Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLite support in SORM?

Tags:

orm

scala

sorm

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?

like image 984
Sergio Avatar asked Nov 28 '12 11:11

Sergio


2 Answers

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.

like image 126
Nikita Volkov Avatar answered Sep 27 '22 15:09

Nikita Volkov


It would seem there are not any such plans at the moment.

like image 40
Flimzy Avatar answered Sep 27 '22 17:09

Flimzy