Crate rizzle

Crate rizzle 

Source

Re-exports§

pub use sqlite::DataValue;
pub use sqlite::Database;
pub use sqlite::DatabaseOptions;

Modules§

prelude
sqlite

Structs§

Column
Index
IndexName
Reference
TableName

Enums§

RizzleError
SqlxError
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
RizzleSchema
Row
Represents a single row from the database.
Select
Table
Update

Functions§

on
rizzle

Derive Macros§

FromRow
Insert
New
RizzleSchema
Row
Select
Table
Update