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

Method get_database_backend

src/database/transaction.rs:242–245  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

240#[async_trait::async_trait]
241impl ConnectionTrait for DatabaseTransaction {
242 fn get_database_backend(&self) -> DbBackend {
243 // this way we don't need to lock
244 self.backend
245 }
246
247 #[instrument(level = "trace")]
248 #[allow(unused_variables)]

Callers 1

execute_unpreparedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected