...About DBPersister
On this site you can download and use a list of libraries in all your php projects that use mysql as database. To do use this libraries you need mysqli extension installed on your web host without any other components.
What You Can Use DBPersister For
You can use DBPersister to manage data from your database to your application. You can do all boring operations like :
load single record
save single record (insert, update, replace)
delete single record
and many others operations
without writing SQL code by yourself.