Definition : A unit of weight for precious stones and pearls, now equivalent to 200 milligrams. Wikipedia
Carat Database is the base project for database connectivity within the Carat project family
mvn -Ppostgres flyway:init
mvn -Ppostgres flyway:migrate
mvn -Ppostgres jooq-codegen:generate
mvn package
mvn -Psqlserver flyway:init
mvn -Psqlserver flyway:migrate
mvn -Psqlserver jooq-codegen:generate
mvn package
NOTE SQL Server JDBC Driver
Due to a license limitation the Microsoft SQL Server JDBC driver is not packaged with the application but can be installed using the instructions found at this blog
