Skip to main content

Module database

Module database 

Source

Enums§

DatabaseError
Errors returned while establishing the thread-local database connection.

Functions§

db
Returns a clone of the thread-local database connection.
establish
Establishes and stores a thread-local SeaORM database connection.
is_established
Returns true when the current thread has an established database connection.
with_db
Borrows the thread-local database connection for the duration of a closure.