Crate sui_pg_db

Source

Modules§

Macros§

  • The sql! macro is used to construct a diesel::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 the Store 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.

Derive Macros§