SQLite for Scala SQLite for Scala sqlite sqlite

SQLite for 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.