Skip to content

andreacivita/active-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Active ORM

Active ORM is a lightweight ORM for Java Development that allows you to perform SQL Operation in Java Project.

With Active ORM you can use all database items, like tables and rows, as object with properties and methods.

Furthermore, with Active ORM you only need to import your JDBC Driver, configure connection option and Active ORM will take care about all rest of operations. And, if you are using Kotlin in your project,you can use Active ORM without problems.

You can discover more here.

If you need complete tutorial, you can visit this wiki.

If you only need JavaDoc, visit here.

You can download Active ORM here

CONTRIBUTION

Active ORM is under GPL 3.0 License, that means you are free to read, edit and republish this code. If you have suggestion, enhancement or bug-fix, please fork this project, add your stuff and make a pull request!

Contribution clause

Remember that all your stuff will be under GPL 3.0 License. So, if you don't want to use this license, please don't fork this project.