This project takes a MySql (currently) dump file and converts the data and structure from each table into a separate file. The files are then compressed and tar archived.
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).