MySQL module

Contains components used to implement MySQL persistence.

Packages

The module contains the following packages:

  • Build - a standard factory for constructing components
  • Connect - instruments for configuring connections to the database.
  • Persistence - abstract classes for working with the database that can be used for connecting to collections and performing basic CRUD operations

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_mysql: version

Now you can install package from the command line:

pub get