Database Connection Strings

πŸ“‹ Planned

Documentation Under Construction

This reference page will provide connection string formats and setup snippets for all built-in database connectors. Most users will configure their database in the Quick Startβ€”this is for reference.

Planned Content

  • βœ“ PostgreSQL connection examples (connection string + individual params)
  • βœ“ MySQL/MariaDB connection examples
  • βœ“ SQLite connection examples (file path)
  • βœ“ Snowflake connection examples (account URL + OAuth)
  • βœ“ BigQuery connection examples (service account JSON)
  • βœ“ Quick reference table showing all databases at a glance
  • βœ“ Link to Advanced guide for custom database connectors

Want to contribute or suggest improvements? Open an issue on GitHub

Database Support Matrix

When complete, this will show:

DatabaseModuleConnection FormatStatus
PostgreSQLvanna.integrations.postgrespostgresql://user:pass@host:5432/dbβœ… Production
MySQLvanna.integrations.mysqlmysql://user:pass@host:3306/dbβœ… Production
SQLitevanna.integrations.sqlitesqlite:///path/to/db.sqlite3βœ… Dev/Testing
Snowflakevanna.integrations.snowflakeAccount URL + OAuthβœ… Production
BigQueryvanna.integrations.bigqueryService account JSONβœ… Production

Need a different database? See Custom Database Connectors.