mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Fixes
This commit is contained in:
@ -35,8 +35,6 @@ pub(crate) fn load_mysql_properties() -> SqlProperties {
|
|||||||
properties.insert(split[0].to_string(), split[1].to_string());
|
properties.insert(split[0].to_string(), split[1].to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("{:?}", properties);
|
|
||||||
|
|
||||||
SqlProperties {
|
SqlProperties {
|
||||||
host: properties.get("host").unwrap().to_string(),
|
host: properties.get("host").unwrap().to_string(),
|
||||||
user: properties.get("user").unwrap().to_string(),
|
user: properties.get("user").unwrap().to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user