This package can be used to store and retrieve objects in a MySQL database following the Active Record design pattern.
There is a database access class that can perform several operations to store and retrieve objects from a MySQL database like finding objects by id or that match a given condition, create, update or delete given objects.
There is also a separate record class that should be extended by implementation record classes.