Helper struct for deserializeToml!BareConfiguration to simply parse the
database.toml file without additional configuration.
As user you can define your own configuration struct and simply add a member
@serdeKeys("Database") DBConnectOptions database; at the end to add your
own configuration options.
Helper struct for deserializeToml!BareConfiguration to simply parse the database.toml file without additional configuration.
As user you can define your own configuration struct and simply add a member @serdeKeys("Database") DBConnectOptions database; at the end to add your own configuration options.