Crate etanol_databases

Source

Structs§

Column
Database
DeleteQuery
FindQuery
InsertQuery
Migration
ParamsFromIter
Adapter type which allows any iterator over ToSql values to implement Params.
QueryValue
Table
UpdateQuery
WhereQuery

Enums§

DeleteError
ModelWhere
UpdateError

Traits§

Params
Trait used for sets of parameter passed into SQL statements/queries.
Value

Functions§

createParams
params_from_iter
Constructor function for a ParamsFromIter. See its documentation for more.