Sqlite
package sys.db
Available on php, neko, cpp, java, lua, python, hl
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://bitbucket.org/xerial/sqlite-jdbc).
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/sys/db/Sqlite.html