Skip to main content

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.

DatabaseNotes
MySQL / Amazon Aurora (MySQL)Standard MySQL protocol.
MariaDBMySQL-compatible.
PostgreSQLIncludes most Postgres-compatible engines.
Microsoft SQL ServerTDS protocol.
OracleOracle 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.