-
-
Notifications
You must be signed in to change notification settings - Fork 0
Milestone
Description
Boxy had multiple sub modules. We have located the liquibase schema completely within the boxy-db submodule. Our long-term intention for boxy is to support multiple databases, but right now we only support MySQL. We would a module for a command line interface: boxy-cli. The CLI should be able to be used independently to initialize or upgrade a schema. The CLi will be used for other purposes intl the future, so model it like the AWS cli. So you might have a command like 'boxy db init '. We want the cli to be easy to use, so it should be compiled as a native java application. Please try your best to build this cli with initial support for liquibase init and migrations. @jetbrains-junie