Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1019 Bytes

File metadata and controls

25 lines (18 loc) · 1019 Bytes

sql-schema-spec

Build Status

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.

Usage

jipack package

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.

License

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 zouroboros@zoho.eu