Skip to content

core-haxe/db-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-mysql

mysql database plugin for db-core

basic usage

var db:IDatabase = DatabaseFactory.createDatabase(DatabaseFactory.MYSQL, {
    database: "somedb",
    host: "localhost",
    user: "someuser",
    pass: "somepassword"
});
...

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

mysql database plugin for db-core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages