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

Install the NPM package as

npm install pip-services3-mysql-nodex --save