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

Method into_schema_manager_connection

sea-orm-migration/src/connection.rs:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132impl<'c> IntoSchemaManagerConnection<'c> for SchemaManagerConnection<'c> {
133 fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c> {
134 self
135 }
136}
137
138impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseConnection {

Callers 2

exec_with_connectionFunction · 0.80
newMethod · 0.80

Calls 2

ConnectionClass · 0.85
TransactionClass · 0.85

Tested by

no test coverage detected