Skip to content

Dialect

There are alot of different dialects for SQL. What dialects can be supported by skifta is currently dependent on what the underlying libraries support, as of now only a subset of the available dialects in skifta.

Supported dialects

These are the currently supported dialects of skifta.

  • Postgres
  • Mysql

Example configuration

skifta.toml
dialect = "postgres"