quds_db_mysql 0.0.4 copy "quds_db_mysql: ^0.0.4" to clipboard
quds_db_mysql: ^0.0.4 copied to clipboard

MySQL adapter for quds_db_interface package. Provides complete SQL implementation using mysql_client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quds_db_mysql

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  quds_db_mysql: ^0.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quds_db_mysql/quds_db_mysql.dart';
0
likes
0
points
381
downloads

Publisher

verified publisherquds.cc

Weekly Downloads

MySQL adapter for quds_db_interface package. Provides complete SQL implementation using mysql_client.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

mysql_client, quds_db_interface

More

Packages that depend on quds_db_mysql