Structs§
- Boxed
Database Entry Point - Entry point for database operations with automatic boxing of closures
- Boxed
Setup Handler - Handler that stores a setup function
- Boxed
Transaction Handler - Handler that stores both setup and transaction functions
- Boxed
Transaction Only Handler - Handler that stores just a transaction function without setup
Functions§
- with_
boxed_ database - Create a new database entry point with the given backend
- with_
boxed_ database_ config - Create a new database entry point with the given backend and config
Type Aliases§
- Boxed
Setup Fn - Type for a boxed setup function that can be executed on a database pool connection
- Boxed
Transaction Fn - Type for a boxed transaction function that can be executed on a database connection