cake/dialect

Supported Database Dialects

Types

Cake supports Postgres, Sqlite, and MariaDB/MySQL,

A few features are not supported by all dialects.

pub type Dialect {
  Postgres
  Sqlite
  Maria
}

Constructors

  • Postgres
  • Sqlite
  • Maria
Search Document