mysql database plugin for db-core
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