Skip to content

zouroboros/sql-schema-spec

Repository files navigation

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 [email protected]

About

Library for specifying SQL database schema in code.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages