Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为小型 Scala 项目寻找轻量级的 Hibernate 替代方案,SORM 看起来很有前途。目前我使用SQLite,但根据官方网站不支持。所以我的问题是有没有计划在 SORM 中添加 SQLite 支持?
目前它的优先级很低,因为 SORM 已经提供了对另外两个嵌入式数据库的支持:H2 和 HSQLDB。由于 H2 是一个纯 JVM,因此它是推荐的选择。
目前似乎没有任何这样的计划。