Modules§
Macros§
- The
sql!
macro is used to construct adiesel::SqlLiteral<T>
using a format string to describe the SQL snippet with the following syntax:
Structs§
- Wrapper struct over the remote
PooledConnection
type for dealing with theStore
trait.
Constants§
Traits§
- Trait that provides a constant indicating the number of fields in a struct.
Functions§
- Returns new migrations derived from the combination of provided migrations and migrations defined in this crate.
- Drop all tables, and re-run migrations if supplied.