MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / get_database_backend

Method get_database_backend

sea-orm-migration/src/manager.rs:35–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

33 }
34
35 pub fn get_database_backend(&self) -> DbBackend {
36 self.conn.get_database_backend()
37 }
38
39 pub fn get_connection(&self) -> &SchemaManagerConnection<'c> {
40 &self.conn

Callers 14

get_migration_modelsMethod · 0.45
installMethod · 0.45
exec_with_connectionFunction · 0.45
exec_freshFunction · 0.45
query_tablesFunction · 0.45
get_current_schemaFunction · 0.45
exec_stmtMethod · 0.45
has_columnMethod · 0.45
has_indexMethod · 0.45
has_tableFunction · 0.45
run_migrationFunction · 0.45
downMethod · 0.45

Calls

no outgoing calls

Tested by 4

run_migrationFunction · 0.36
downMethod · 0.36
upMethod · 0.36
downMethod · 0.36