Databases support¶
Team Edition uses database drivers to connect to different databases. Drivers are small components that translate application requests into database-specific commands. Most drivers are bundled or can be downloaded automatically. If a driver is missing, you can add it manually using the Driver Manager.
Team Edition works with a wide range of databases:
- SQL databases - PostgreSQL, MySQL, MariaDB, Oracle, SQL Server, DB2, SQLite, Firebird, H2, and more
- NoSQL databases - MongoDB, Cassandra, Redis, DynamoDB, etc.
- Cloud services - Amazon RDS, Aurora, Google Cloud Spanner, Snowflake, BigQuery, and others
- Analytics platforms - ClickHouse, Vertica, Greenplum, Redshift, and more
Info
For details, see the list of supported databases.
You can also use Cloud Explorer to browse and manage cloud resources like AWS, Google Cloud, and Azure directly in Team Edition.
JDBC and ODBC¶
Team Edition supports both JDBC and ODBC drivers.
This lets you connect to databases either through standard JDBC libraries (.jar
files) or the ODBC interface.
Info
For details, see ODBC driver.
Related articles¶
- Driver Manager - how to add or configure drivers manually
- ODBC driver - using ODBC with Team Edition
- FAQ - common questions about connections and drivers
- Log files - where to find logs for troubleshooting