Skip to content

Database Connections

Drizby supports multiple simultaneous database connections. Each connection gets its own Drizzle ORM instance and SemanticLayerCompiler, so cubes are scoped per connection.

Navigate to Connections in the sidebar and click Add Connection. Select your engine type, choose a provider, and enter your connection details.

You can test the connection before saving to verify everything works.

  • PostgreSQL — including Neon, Supabase, PGlite, and AWS Aurora
  • MySQL — including PlanetScale and TiDB
  • SQLite — including Turso / LibSQL
  • Snowflake — cloud data warehouse
  • SingleStore — real-time distributed SQL
  • Databend — cloud-native data warehouse
  • DuckDB — in-process OLAP database