Add generated database entity, just recipe and fix config table missing PK
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
use sea_orm::ConnectOptions;
|
||||
|
||||
pub mod generated;
|
||||
|
||||
pub async fn get_connection<T: FnOnce(&mut ConnectOptions) -> &mut ConnectOptions>(
|
||||
connection_string: &str,
|
||||
option_fn: Option<T>,
|
||||
|
||||
Reference in New Issue
Block a user