SQLite

Connector to execute a query on an SQLite DB

Dependencies :
-SQLite-JDBC, tested with v3.6.20.1 : http://www.xerial.org/maven/repository/artifact/org/xerial/sqlite-jdbc/3.6.20.1/sqlite-jdbc-3.6.20.1.jar

To read the result of a SELECT query use the Groovy script below in the edit Form (with a list for example)
return resultat.toList(“colum_name”)
Repository URL : http://community.bonitasoft.com/project/sqlite