feat: add database name option
This commit is contained in:
parent
aa92de3f3e
commit
5881b5f058
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pub struct Database {
|
|||
username: String,
|
||||
password: String,
|
||||
hostname: String,
|
||||
database: String,
|
||||
port: u16
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue