pip_services3_mysql library Null safety
Classes
- DefaultMySqlFactory
- Creates MySql components by their descriptors. [...]
-
IdentifiableJsonMySqlPersistence<
T extends IIdentifiable< K> , K> - Abstract persistence component that stores data in MySQL in JSON or JSONB fields and implements a number of CRUD operations over data items with unique ids. The data items must implement IIdentifiable interface. [...]
-
IdentifiableMySqlPersistence<
T extends IIdentifiable< K> , K> - Abstract persistence component that stores data in MySQL and implements a number of CRUD operations over data items with unique ids. The data items must implement IIdentifiable interface. [...]
- MySqlConnection
- MySQL connection using plain driver. [...]
- MySqlConnectionResolver
- Helper class that resolves MySQL connection and credential parameters, validates them and generates a connection URI. [...]
-
MySqlPersistence<
T> - Abstract persistence component that stores data in MySQL using plain driver. [...]