Crate ryzz

Source
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
ColumnName
Connection
Database
Index
Integer
MigrationTable
Null
Query
Real
Sql
SqliteSchema
SqliteSchemaTable
TableInfo
TableInfoRow
TableInfoTable
TableName
Text

Enums§

Error
JoinType
JournalMode
SelectClause
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.
ToValueColumn

Functions§

and
asc
desc
eq
gt
gte
inDeprecated
in_
index
like
lt
lte
ne
or
placeholder
rows

Attribute Macros§

row
table

Derive Macros§

Row
Table