logo

Type Definition sea_orm::DbBackend

source · []
pub type DbBackend = DatabaseBackend;
Expand description

The same as DatabaseBackend just shorter :)

Implementations

Check if the URI is the same as the specified database backend. Returns true if they match.

Build an SQL Statement

A helper for building SQL queries

Check if the database supports RETURNING syntax on insert and update