Re-exports§
pub use sqlite::DataValue;pub use sqlite::Database;pub use sqlite::DatabaseOptions;
Modules§
Structs§
Enums§
- Rizzle
Error - Sqlx
Error - Represents all the ways a method can fail within SQLx.
Traits§
- FromRow
- A record that can be built from a row returned by the database.
- Insert
- New
- Rizzle
Schema - Row
- Represents a single row from the database.
- Select
- Table
- Update