There are times when you work with an application which stores data in a light weight /local databases like SQLite etc. You might be looking out for ORM’s that is lightweight and doesnot require lot of configuration to me made .
Below is the list of some of the Light Weight ORMs which might help the developers in this scenario.
Light Weight ORMs
- MyBatis
- jOOQ
- OrmLite – Lightweight Object Relational Mapping (ORM) Java Package
- Sormula
- Commons DbUtils: JDBC Utility Compon
- Apache Cayenne(tm) – Object Relational Mapping, Persistence and Caching for Java
- Ebean ORM
- Apache Empire-db
Are there any other light weight ORM’s that you work with . Feel free to share them in the comments section.
Leave a Reply