Expand description
Types which represent various database backends
Re-exports§
pub use sql_types::TypeMetadata;
Traits§
- Backend
- A database backend
- Supports
Default Keyword - Does this backend support the bare
DEFAULT
keyword? - Supports
Returning Clause - Does this backend support
RETURNING
clauses? - Uses
Ansi Savepoint Syntax - Does this backend use the standard
SAVEPOINT
syntax?