Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Liquibase using Java

Tags:

java

liquibase

I have few questions regarding Liquibase:

  1. How/Is it possible to create table programmatically without having a physical changelog file?
  2. How/Is it possible to turn off creation of tables - databasechangelog and databasechangeloglock?
  3. Does Liquibase support HBase or any other Big Data DBs? How?

Thanks

like image 758
l a s Avatar asked Jul 19 '26 10:07

l a s


1 Answers

1: Check an example that I answered here.;

2: Check this liquibase extension.

3: You can check supported databases here. If that's not available, you can check how implement a new database class.

like image 119
rodrigocprates Avatar answered Jul 21 '26 23:07

rodrigocprates



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!