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 Python package as
pip install pip-services3-mysql