Crate zirv_db_sqlx

Source

Modules§

db

Macros§

commit_transaction
Macro to commit an active transaction.
get_db_pool
Macro to retrieve a reference to the global database pool.
init_db_pool
Macro to initialize the global database pool.
rollback_transaction
Macro to rollback an active transaction.
start_transaction
Macro to start a new database transaction.