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 dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-mysql</artifactId>
<version>[0.0.1,)</version>
</dependency>