Library for specifying SQL database schema in code. The general idea is to describe the schema using either an API or (anonymous) classes. The resulting model can the be used to create a database or create queries.
The schema-spec project contains the actual library.
You can find an example project in the example directory.
A maven package is provided via jitpack.io. For more information on how to add sql-schema-spec as dependency see the jitpack.io site.
sql-schema-spec is licensed under the LGPL-3.0 or later. See the included COPYING (GPL-3.0) and COPYING.LESSER (LGPL-3.0) files.
Copyright 2020 [email protected]