Try googling for "scala" and "sqlite". You don't come up with much. How are people interfacing with SQLite using Scala?
+3
A:
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.
Richard Fearn
2010-09-03 21:55:45
A:
I didn't like the Java wrappers, so I wrote a new one in Scala. Very alpha. But maybe useful: