简体   繁体   中英

Liquibase using Java

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

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM