I was looking for a lightweight Hibernate alternative for a small Scala project and SORM looks very promising. Currently I use SQLite, but according to the official website it is not supported. So my question is are there any plans to add SQLite support in SORM?
Currently it is a very low priority, since SORM already provides support for two other embedded databases: H2 and HSQLDB. Since H2 is a pure JVM one it is the recommended choice.