Static methods
staticopen(file:String):Connection
Opens a new SQLite connection on the specified path.
(cs) You will need a SQLite ADO.NET Provider
(see http://www.mono-project.com/docs/database-access/providers/sqlite/).
Also note that this will try to open an assembly named Mono.Data.Sqlite
if it wasn't loaded yet.
(java) You will need a SQLite JDBC driver (e.g. https://github.com/xerial/sqlite-jdbc/releases).