Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include drivers for all supported databases #157

Closed
adeelmalik78 opened this issue Mar 23, 2022 · 1 comment
Closed

Include drivers for all supported databases #157

adeelmalik78 opened this issue Mar 23, 2022 · 1 comment

Comments

@adeelmalik78
Copy link
Contributor

Received customer feedback: I expected mysql driver to be packaged inside docker image just like postgres driver. Customer ended up running

docker run -it liquibase/liquibase sh -c "lpm add mysql && liquibase update "

Suggest including drivers and extensions for all Liquibase supported databases. This means include drivers for these platforms:

  • Oracle
  • SQL Server
  • Postgres
  • MySQL
  • MariaDB
  • Snowflake
  • Cassandra
  • MongoDB
  • Redshift
  • CockroachDB
  • Cloud Spanner
  • CosmosDB
  • DB2
  • Firebird
  • SQLite
  • Apache Derby
  • H2
  • Sybae
  • Informix
  • HyperSQL
  • Teradata
  • VoltDB
  • Vertica
  • Impala
  • SAP Hana
  • SAP MaxDB
  • Hive
  • Yugabyte
  • Neo4j
@jnewton03
Copy link
Contributor

we have workarounds and examples for these use cases. We also have LPM as an option to install drivers. We do not want to pre-package all drivers as that will make the image way too large.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants