persister 1.0.4 copy "persister: ^1.0.4" to clipboard
persister: ^1.0.4 copied to clipboard

Persister allows you to increase your performance when using MySql on dart servers, providing an easy API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persister

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

dependencies:
  persister: ^1.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:persister/persister.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Persister allows you to increase your performance when using MySql on dart servers, providing an easy API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

mysql_manager

More

Packages that depend on persister