mysql_dart 2.0.0 copy "mysql_dart: ^2.0.0" to clipboard
mysql_dart: ^2.0.0 copied to clipboard

Native MySQL client written in Dart. Supports TLS, MySQL 9/9.7 caching_sha2_password, JSON columns, MariaDB 10/11, and Percona/MySQL 5.7/8.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mysql_dart

With Flutter:

 $ flutter pub add mysql_dart

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

dependencies:
  mysql_dart: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:mysql_dart/mysql_dart.dart';
7
likes
160
points
466
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native MySQL client written in Dart. Supports TLS, MySQL 9/9.7 caching_sha2_password, JSON columns, MariaDB 10/11, and Percona/MySQL 5.7/8.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on mysql_dart