Milestone 0.3.0
Database Abstraction
- Replace MySQLi with proper database abstraction class.
- Move SQL generation from Model to DB to improve agnosticism.
- Develop MySQL, MySQLi, and SQLite support.
- Possible PDO/ADODB support for generic RDBMS.
- Possible flat-file storage engine.
Alternative Data Sources Interface
- Interface that allows non-database sources to act like Models.
Note: See
TracRoadmap for help on using
the roadmap.
