-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Jonathan Amend edited this page Jul 16, 2014
·
4 revisions
- First stable release
- Documentation of major features
- Generate reference documentation from PHPDoc
- Schema caching
- Provide abstraction for calling SQL stored procedures and functions
- RecordSet helper methods to shuffle and paginate
- Postgres driver
- Oracle driver
- Firebird driver
- Provide mechanism to commit updates/inserts in batches
- Group by and aggregate function support
- Use identity mapping to maintain that there is only ever one instance of the same record by its ID (i.e. record instance caching by ID)
- Mapping of class hierarchy to schema
- Many-to-many support
- Code-first support with annotations (includes adding DDL abstraction to drivers)