Menu

PerlORM v0.8 is coming soon

After PerlORM project was registered on sf.net there was a lot of work done on existing code.

Now beta v0.8 is ready to go, I will upload sources and basic documentation to sf.net and cpan.org next holidays.

Major features inlcudes:
* Inheritance of persistent objects
* Transaction support
* No SQL statement writings needed
* Full-featured search of objects in DB using perl expressions
* One-to-many and many-to-many links between objects
* Foreign keys emulation
* Objects change history
* Lazy loaded objects
* Objects statistics (utilizes GROUP BY)
* Use objects of custom classes as properties of persistent object
* Automatic methods for get and set object properties
* Objects caching
* Separate layer for database operations

Current version supports only MySQL DBI driver.
In nearest time planned to implement high-level storage drivers for support backup database servers and replicated servers (one master many slaves mode)

Posted by Alexey 2005-12-01

Log in to post a comment.