Expand description
Ryzz is a query builder and migration generator for sqlite, don’t call it an orm.
Re-exports§
pub use rusqlite;
pub use tokio_rusqlite;
Structs§
- Blob
- Column
Name - Connection
- Database
- Index
- Integer
- Migration
Table - Null
- Query
- Real
- Sql
- Sqlite
Schema - Sqlite
Schema Table - Table
Info - Table
Info Row - Table
Info Table - Table
Name - Text
Enums§
- Error
- Join
Type - Journal
Mode - Select
Clause - Synchronous
- Value
- Owning dynamic type value. Value’s type is typically dictated by SQLite (not by the caller).
Traits§
- Row
- Select
- Table
- ToColumn
- ToSql
- A trait for types that can be converted into SQLite values. Returns
Error::ToSqlConversionFailure
if the conversion fails. - ToValue
Column