Available on crate feature
sqlsrv only.Expand description
Helpers for creating in-process sqlite servers.
Modules§
- r2d2
- A generic connection pool.
- rusqlite
- Rusqlite is an ergonomic wrapper for using SQLite from Rust.
- utils
- Integration utilities for creating sqlsrv handlers.
Structs§
- Builder
- Builder for constructing a
ConnPoolobject. - Conn
Pool - SQLite connection pool.
- Sqlite
Connection Manager - An
r2d2::ManageConnectionforrusqlite::Connections. - WrConn
- SQLite connection object that can be used for operations that modify the database.
Enums§
- Action
- Database hook action type.
- Error
- Errors that are returned by sqlsrv.
- RegOn
- Wrapper around a SQL functions registration callback used to select which connection types to perform registrations on.
Traits§
- Change
LogHook - Application callback used to process committed changes to the database.
- Hook
- Application callback used to process changes to the database.
- Schema
Mgr - Used to register application callbacks to set up database schema.