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
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!
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.