dart_mysql 0.0.1 copy "dart_mysql: ^0.0.1" to clipboard
dart_mysql: ^0.0.1 copied to clipboard

A MySQL driver for the Dart programming language.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_mysql
copied to clipboard

With Flutter:

 $ flutter pub add dart_mysql
copied to clipboard

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

dependencies:
  dart_mysql: ^0.0.1
copied to clipboard

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:dart_mysql/dart_mysql.dart';
copied to clipboard
8
likes
140
points
27
downloads

Publisher

verified publisherbillcoding.tk

Weekly Downloads

2024.06.03 - 2025.04.28

A MySQL driver for the Dart programming language.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, crypto, logging, pool

More

Packages that depend on dart_mysql