cake/dialect

Supported Database Dialects

Types

Cake supports Postgres, SQLite MariaDB and MySQL,

A few features are not supported by all dialects.

pub type Dialect {
  Postgres
  Sqlite
  Maria
  Mysql
}

Constructors

  • Postgres
  • Sqlite
  • Maria
  • Mysql
Search Document