By giving consent to install client libraries to connect with Oracle, PostgreSQL, MySQL, Snowflake, you can use the following libraries in your your Bold Reports container. Bold Reports uses these client libraries to connect with their respective SQL database variants. Read about the licenses of each library to give consent for usage.
- Oracle
- Amazon RDS
- PostgreSQL
- Google Cloud
- Amazon Aurora
- Amazon RDS
- Amazon Redshift
- MySQL
- MemSQL
- MariaDB
- Google Cloud
- Amazon Aurora
- Amazon RDS
- Snowflake
Find the names of client libraries, which needs to be passed as a comma separated string for an environment variable in docker run command file.
Library | Name |
---|---|
Oracle.ManagedDataAccess | oracle |
Npgsql 8.0.3 | postgresql |
MySQLConnector 1.1.0 | mysql |
Snowflake.Data | snowflake |
If you want to use all client libraries in the Bold Reports application, then pass the following string as value for INSTALL_OPTIONAL_LIBS
environment variable. You need to add the names only for the libraries, which you are consenting to use with Bold Reports application.
mysql,oracle,postgresql,snowflake