dartboot_mysql

Creator: coderz1093

Last updated:

0 purchases

dartboot_mysql Image
dartboot_mysql Images

Languages

Categories

Add to Cart

Description:

dartboot mysql

The mysql library for DartBoot.
Usage #
A simple usage example:
import 'package:dartboot_mysql/dartboot_mysql.dart';

main() {
MysqlClientHelper.getClient('db1').then((client) {
client.count('select * from t_user').then((value) {
print('Mysql test user count:${value}');
});
});
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.