By bloid
via noor.ojuba.org
Published: Jul 17 2008 / 10:01
SQLite is a very interesting database engine. Its performance, simplicity and that fact it runs as a library (not a server) make it the perfect candidate for small project with few users.
Today I experimented with accessing SQLite database from within groovy.
Add your comment