feat: add database name option

This commit is contained in:
Radical 2025-04-28 23:46:34 +02:00
parent aa92de3f3e
commit 5881b5f058

View file

@ -13,6 +13,7 @@ pub struct Database {
username: String,
password: String,
hostname: String,
database: String,
port: u16
}