Supported databases
SnoutData connects to your databases through native drivers. Each driver handles connecting, introspecting the schema, and running queries; SnoutData's editor and AI features work the same way across all of them.
| Database | Notes |
|---|---|
| MySQL / Amazon Aurora (MySQL) | Standard MySQL protocol. |
| MariaDB | MySQL-compatible. |
| PostgreSQL | Includes most Postgres-compatible engines. |
| Microsoft SQL Server | TDS protocol. |
| Oracle | Oracle Database. |
More drivers are on the roadmap. Each connection uses exactly one driver, chosen when you create the connection.
Dialect awareness
SnoutData adapts quoting, pagination, boolean handling, and similar details to each database's dialect, so the same features (the results grid, cell editing, generated SQL) behave correctly without you special-casing anything per vendor.