Skip to content

core-haxe/db-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-sqlite

sqlite database plugin for db-core

basic usage

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

About

sqlite database plugin for db-core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages