groovy « sqlite « Java Database Q&A





1. Writing user defined SQL functions for SQLite using Java or Groovy?    stackoverflow.com

With SQLite, user defined SQL functions can easily be added using the C api or PHP. But is it also possible using Java or Groovy?