Datalore 2025.5 Help

Configure the list of available databases

When configuring your Datalore On-Premises instance, you can customize the list of database connectors available to users. This allows you to enforce your organization’s environment-specific requirements or security policies to align with your environment requirements or security policies.

By modifying the list, you control what connectors are visible in the UI and what databases connections users are allowed to configure using connection strings.

Allow databases

To allow only specific database types to be available when creating a connection, list the corresponding database IDs in the configuration file.

In docker-compose.yaml, add the IDs from the supported database list as a comma-separated list to environment.databases.filter.include as in the following example:

environment: ... databases: filter: include: "postgresql, clickhouse, mariadb"

In datalore.values.yaml, add the IDs from the supported database list as a comma-separated list to dataloreEnv.databases.filter.include as in the following example:

dataloreEnv: ... databases: filter: include: "postgresql, clickhouse, mariadb"

If the list is empty, all default database types will be available.

    Hide databases

    To hide specific database types when creating a connection, list the corresponding database IDs in the configuration file.

    In docker-compose.yaml, add the IDs from the supported database list as a comma-separated list to environment.databases.filter.exclude as in the following example:

    environment: ... databases: filter: exclude: "elasticsearch, oracle"

    In datalore.values.yaml, add the IDs from the supported database list as a comma-separated list to dataloreEnv.databases.filter.exclude as in the following example:

    dataloreEnv: ... databases: filter: exclude: "elasticsearch, oracle"

    If the list is empty, all default database types will be available.

      Supported databases

      Database name

      Database ID

      Athena Athena

      athena

      Spanner Google Cloud Spanner

      cloudspanner

      Elastic Elasticsearch

      elasticsearch

      Firebird Firebird

      firebird

      H2 SAP Hana

      hana

      Informix Informix

      informix

      Intersystem InterSystems IRIS

      intersystemsiris

      Openedge OpenEdge

      openedge

      Phoenix Apache Phoenix

      phoenix.thick

      Phoenix Apache Phoenix Thin

      phoenix.thin

      Presto Presto

      presto

      Tarantool Tarantool

      tarantool

      Teradata Teradata

      teradata

      Tibero Tibero

      tibero

      Trino Trino

      trino

      Mimer sql Mimer SQL

      mimiersql

      Ignite Apache Ignite

      ignite

      Bigquery Google BigQuery

      bigquery

      Clickhouse ClickHouse

      clickhouse

      Db2 IBM Db2

      db2.11

      Db2 IBM Db2 for 9.X, 10.X

      db2

      Db2 IBM Db2 (JTOpen)

      db2.jtopen

      Derby Apache Derby (Remote)

      derby.remote

      Exasol Exasol

      exasol

      H2 H2

      h2.unified

      Hive Apache Hive

      hive

      Mariadb MariaDB

      mariadb

      Sql server Microsoft SQL Server

      sqlserver.ms

      Sql server Microsoft SQL Server (jTds)

      sqlserver.jtds

      Azure Azure SQL Database

      azure.ms

      Sql server Microsoft SQL Server LocalDB

      sqlserver.localdb.jtds

      Azure Azure Synapse Analytics

      synapse.ms

      Mysql MySQL

      mysql.8

      Singlestore SingleStore

      memsql

      Tidb TiDB

      tidb

      Mysql Amazon Aurora MySQL

      mysql_aurora

      Oracle Oracle

      oracle.19

      Oracle Oracle for 9.X, 10.X, 11.1

      oracle

      Postgres PostgreSQL

      postgresql

      Yugabyte YugabyteDB

      yugabyte

      Cockroach db CockroachDB

      cockroach

      Greenplum Greenplum

      greenplum

      Redshift Amazon Redshift

      redshift

      Snowflake Snowflake

      snowflake

      Spark Apache Spark

      spark

      Sybase Sybase (jTds)

      sybase.jtds

      Sybase Sybase

      sybase.ase

      Vertica Vertica

      vertica

      21 August 2025