Skip to main content

Welcome to MyQuery

Follow the steps below to connect your database.

Step 1: Define your schema name

Enter the schema (or list of schemas) you want MyQuery to index.
MyQuery reads metadata (tables, columns) to build the semantic layer; data is accessed only when you run a query.

Step 2: Choose your database type

MyQuery supports connecting to and managing data from multiple database types, including:
https://cdn.jsdelivr.net/gh/devicons/devicon/icons/oracle/oracle-original.svg

Oracle

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/microsoftsqlserver/microsoftsqlserver-plain.svg

SQL Server

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mysql/mysql-original.svg

MySQL

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg

PostgreSQL

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg

MongoDB

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/sqlite/sqlite-original.svg

SQLite

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mariadb/mariadb-original.svg

MariaDB

https://iconape.com/wp-content/files/so/352455/png/ibm-db2-logo.png

IBM Db2

https://cdn.worldvectorlogo.com/logos/aws-redshift-logo.svg

Amazon Redshift

https://www.vectorlogo.zone/logos/snowflake/snowflake-icon.svg

Snowflake

https://www.vectorlogo.zone/logos/google_bigquery/google_bigquery-icon.svg

Google BigQuery

https://www.vectorlogo.zone/logos/cockroachlabs/cockroachlabs-icon.svg

CockroachDB

https://logodix.com/logo/1970541.png

Informix

https://www.vectorlogo.zone/logos/microsoft_azure/microsoft_azure-icon.svg

Azure Synapse

https://www.vectorlogo.zone/logos/databricks/databricks-icon.svg

Databricks SQL

https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/clickhouse/clickhouse-original.svg

ClickHouse

https://avatars.githubusercontent.com/u/10183141?s=200&v=4

SingleStore

https://cdn.jsdelivr.net/gh/motherduck-real/motherduck-logo@main/logos/svg/motherduck-symbol.svg

MotherDuck

https://www.vectorlogo.zone/logos/elastic/elastic-icon.svg

Elasticsearch

https://cdn.jsdelivr.net/gh/devicons/devicon/icons/supabase/supabase-original.svg

Supabase

https://cdn.jsdelivr.net/gh/duckdb/duckdb@main/logo/duckdb_icon.svg

DuckDB

https://e7.pngegg.com/pngimages/718/112/png-clipart-google-docs-online-spreadsheet-google-analytics-google-rectangle-logo-thumbnail.png

Google Sheets

Step 3: Connect your database

Provide the required connection details:
  • Host and Port
    Defaults: Oracle 1521, Postgres 5432, SQL Server 1433, MySQL 3306, MongoDB 27017.
  • Database / Service / SID (engine-specific)
  • Username / Password with read-only privileges (least-privilege recommended)
  • SSL/TLS (and wallet/cert files if your environment requires them)
Engine notes
  • Oracle: Use Service Name or SID. Wallet/mTLS if applicable.
  • Postgres: Database name required; SSL recommended on public networks.
  • SQL Server: Specify encryption settings as required by your server policy.
  • MySQL: Provide DB name; enable TLS if enforced.
  • MongoDB: Use standard or SRV URI format.
Firewall allowlistAdd this IP to your database allowlist to ensure connectivity: 62.171.190.236

Step 4: Save Connection

Click Save to test the connection and start schema sync.
Upon success, you can begin querying and building dashboards.