sqlite database plugin for db-core
var db:IDatabase = DatabaseFactory.createDatabase(DatabaseFactory.SQLITE, {filename: "somedb.db"});
...
See db-core for further information on how to use IDatabase
Note: the act of including this haxelib in your project automatically registers its type with DatabaseFactory