quds_db_mysql 0.0.8 copy "quds_db_mysql: ^0.0.8" to clipboard
quds_db_mysql: ^0.0.8 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.8

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
90
points
381
downloads

Documentation

API reference

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

MIT (license)

Dependencies

mysql_client, quds_db_interface

More

Packages that depend on quds_db_mysql