Connect a Database
To connect your local development environment to a database:
- Run your evidence project with
npm run dev
- Navigate to localhost:3000/settings
- Select your database and enter your credentials
Evidence will save your credentials locally, and run a test query to confirm that it can connect.
Supported Databases
Evidence supports:
- BigQuery
- Snowflake
- Redshift
- PostgreSQL
- MySQL
- SQLite
- DuckDB
- & More
We're adding new connectors regularly. Feel free to create a GitHub issue or send us a message in Slack if you'd like to use Evidence with a database that isn't currently supported.