What is the simplest Java ORM supporting Sqlite?
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.