Expand description
Types which represent various database backends
Re-exports§
pub use sql_types::TypeMetadata;
Traits§
- A database backend
- Does this backend support the bare
DEFAULT
keyword? - Does this backend support
RETURNING
clauses? - Does this backend use the standard
SAVEPOINT
syntax?