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
- Host: GitHub
- URL: https://github.com/javaxt-project/javaxt-orm
- Owner: javaxt-project
- License: mit
- Created: 2022-12-30T11:51:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T12:21:45.000Z (10 months ago)
- Last Synced: 2025-04-06T12:42:59.410Z (9 months ago)
- Topics: java, orm
- Language: Java
- Homepage: https://www.javaxt.com/javaxt-orm/
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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.