magnetfruit_mysql_database_handler 0.1.1 copy "magnetfruit_mysql_database_handler: ^0.1.1" to clipboard
magnetfruit_mysql_database_handler: ^0.1.1 copied to clipboard

Dart 1 only

Avocadorm database handler for MySQL.

#MySQL Database Handler

Avocadorm database handler for a MySQL database. It uses SQLJocky to talk to the database.

##Creating a database handler The information required by the MySqlDatabaseHandler constructor is

  • the IP and port of the database server
  • the database name
  • the user and password under which the operations will be made

For example:

var databaseHandler = new MySqlDatabaseHandler('localhost', 3306, 'db_name', 'guest', 'password');

The database handler instance can then be used to construct the avocadorm.

var avocadorm = new Avocadorm(databaseHandler);

##Dependency Add the dependency in your pubspec.yaml. For example:

dependencies:
  magnetfruit_mysql_database_handler: ">=0.1.0 <0.2.0"
0
likes
15
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Avocadorm database handler for MySQL.

Homepage

License

GPL-3.0 (license)

Dependencies

magnetfruit_database_handler, sqljocky

More

Packages that depend on magnetfruit_mysql_database_handler