开发者

SQLite for Scala

开发者 https://www.devze.com 2023-01-14 15:27 出处:网络
Try googling for \"scala\" and \"sqlite\". You don\'t come up with much. How are people interfacing with SQLite开发者_JAVA百科 using Scala?I didn\'t like the Java wrappers, so I wrote a new one in Sca

Try googling for "scala" and "sqlite". You don't come up with much. How are people interfacing with SQLite开发者_JAVA百科 using Scala?


I didn't like the Java wrappers, so I wrote a new one in Scala. Very alpha. But maybe useful:

http://github.com/srhea/scalaqlite


Since Scala runs on the JVM, it's possible to use Java libraries from Scala. So one option is to use a Java library. There are some listed on the SqliteWrappers page on the SQLite wiki.

0

精彩评论

暂无评论...
验证码 换一张
取 消