Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_models
Method · 0.45
install
Method · 0.45
exec_with_connection
Function · 0.45
exec_fresh
Function · 0.45
query_tables
Function · 0.45
get_current_schema
Function · 0.45
exec_stmt
Method · 0.45
has_column
Method · 0.45
has_index
Method · 0.45
has_table
Function · 0.45
run_migration
Function · 0.45
down
Method · 0.45
Calls
no outgoing calls
Tested by
4
run_migration
Function · 0.36
down
Method · 0.36
up
Method · 0.36
down
Method · 0.36