Static methods
staticopen(file:String):Connection
Opens a new SQLite connection on the specified path. Note that you will need a SQLite JDBC driver (like https://bitbucket.org/xerial/sqlite-jdbc).
staticopen(file:String):ConnectionOpens a new SQLite connection on the specified path. Note that you will need a SQLite JDBC driver (like https://bitbucket.org/xerial/sqlite-jdbc).