Skip to main content
Skip table of contents

supported_dbs.json

supported_dbs.json. is the file that lists the supported databases. Even if the database is listed, it is required to also install the related driver.

Indexima provides this updated file every release.

You can manually modify the new JSON line like this :

XML
{
"name": "postgresql", // Name of the database
"only_physical_table": true, // False if it supports external table
"driver": "org.postgresql.Driver" // JDBC Driver class to use
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.