Data Connectors
ArcticSQL supports a wide range of data sources, including Postgres, Bigquery, and SQlite. To request support for a new data source, please reach out on Slack or email us at hello@arcticsql.app.
SQLite
We support local SQLite databases. Simply provide the path to your database file and ArcticSQL will handle the rest.
Postgres
We support standard Postgres databases, including RDS, Aurora, and any other Postgres instance. Furthermore, we also support postgres-like databases such as RisingWave!
Bigquery
We support connecting to Bigquery via Application Default Credentials. To set up your access, follow the instructions here to set up the gcloud CLI and run gcloud auth application-default login. This will allow ArcticSQL to access your Bigquery datasets without any additional configuration.