An open API service indexing awesome lists of open source software.

https://github.com/javaxt-project/javaxt-orm

Command line utility for generating Java code and DDL from a set of models defined in a javascript or json document
https://github.com/javaxt-project/javaxt-orm

java orm

Last synced: 4 months ago
JSON representation

Command line utility for generating Java code and DDL from a set of models defined in a javascript or json document

Awesome Lists containing this project

README

          

# JavaXT ORM (Object Relational Mapping)
The javaxt-orm library is a handy tool for generating Java code and DDL from a set of models defined in a Javascript or JSON document. The generated classes are used to persist data in a relational database via the javaxt.sql.Model class.

## Project homepage
Information about the javaxt-orm library, documentation, and releases can be found on the project homepage:
- https://www.javaxt.com/javaxt-orm/

## License
All JavaXT libraries are free and open source released under a permissive MIT license. This software comes with no guarantees or warranties. You may use this software in any open source or commercial project.