Hi,
I am creating a module for backing up my entire database. The thing is I would like to use PHQL or any other means allowing my code to work for any db engine.
How would you suggest I do it ? Does Phalcon offer any tools for perhaps listing all tables and saving them with PHQL queries ? The point is that I will have to be able to load the database back later on.
Thank you.