What is the ORM that can bound to a Java application in the least possible time, given its performance is not important?
This is self-marketing but my ORMLite package has native support for Sqlite – as well as MySQL, Postgres, Microsoft SQL Server, H2, Derby, and HSQLDB. It uses annotations to configure the persisted classes and is simple to get up to speed.
Here is the online docs on how to get started with the package:
I have experience with the org.xerial.sqlite-jdbc
JDBC driver which seems to work very well.
SQLite is fully supported by jOOQ.
Sormula works with any relational database since it creates standard SQL. Sqlite test configuration and jdbc driver are included in the test suites.
Here is a demo project for Hibernate SQLite integration. EclipseLInk JPA should also work. EclipseLink is lighter than Hibernate, but Hibernate is better documented and more mature.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With