... 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.