Join our community on GitHub!
Github
Project page: https://github.com/olalonde/dORM
Fork dORM: git clone git@github.com:olalonde/dORM.git
Development Roadmap
- Upload/delete without loading first.
- Possibility to generate database schema from XML instead of introspection.
- Auto mapping generation (convention over configuration principle).
- Database creation based on class introspection.
- Implement a simple cache management interface.
- Only update properties that have changed.
- Implement database introspection for other databases.
- get(), save() and delete() specific properties.
- Request a feature !