Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.77 KB

consent-to-deploy-client-libraries.md

File metadata and controls

50 lines (34 loc) · 1.77 KB

Consent to deploy client libraries

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.ManagedDataAccess

  • Oracle
  • Amazon RDS

Oracle License

Npgsql 8.0.3

  • PostgreSQL
  • Google Cloud
  • Amazon Aurora
  • Amazon RDS
  • Amazon Redshift

PostgreSQL License

MySQLConnector 1.1.0

  • MySQL
  • MemSQL
  • MariaDB
  • Google Cloud
  • Amazon Aurora
  • Amazon RDS

MIT License

Snowflake.data

  • Snowflake

Apache License, Version 2.0

Client library names as arguments for Bold Reports deployment in Docker

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