Skip to main content
A datasource tells Mora where your data lives. Once connected, you can write SQL queries against it, and Mora will sync its schema catalog so the AI and autocomplete understand your tables and columns.

Supported databases

DatabaseDriverGuide
PostgreSQLPOSTGRESQLSetup
MySQLMYSQLSetup
Amazon RedshiftREDSHIFTSetup
Google BigQueryBIGQUERYSetup
ClickHouseCLICKHOUSESetup
SnowflakeSNOWFLAKESetup
DatabricksDATABRICKSSetup

Adding a datasource

  1. Open Settings → Datasources.
  2. Click New datasource.
  3. Enter a display name for the datasource.
  4. Select the database type from the dropdown.
  5. Fill in the credentials (see the individual guides above for field details).
  6. Click Test connection — Mora will attempt to reach your database and report success or an error.
  7. Click Create to save.
After creation, Mora begins syncing the catalog — a snapshot of your schemas, tables, and columns. This powers editor autocomplete and the AI’s ability to search your schema. See Catalog for details.

What’s next