Add async-trait and sea-orm dependencies; implement SettingsService for configuration management
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use log::LevelFilter;
|
||||
pub use sea_orm::ConnectOptions;
|
||||
use sea_orm::ConnectOptions;
|
||||
pub mod generated;
|
||||
|
||||
pub async fn get_connection<T: FnOnce(&mut ConnectOptions)>(
|
||||
|
||||
Reference in New Issue
Block a user