Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Version 1.0.6 (Feature Release)

Choose a tag to compare

@timothymarois timothymarois released this 05 Sep 18:24
· 45 commits to master since this release
  • Added new backup class and functionality to create database backups.
  • Added create(), clean() and find() methods on backup class.

Accessible when invoked on your database $db->backup->create(), Rollbacks are on the to do list for the next update. This update includes the ability to create new backups and deletes or shows existing backups for your own records. Restoring from a previous backup is on the todo list.