Menu

PerlORM / News: Recent posts

PostgreSQL support

ORM 0.83_1 is avaliable. Now ORM provides support for PostgreSQL back-end database. This is the first version of the PgSQL driver, so testers are welcome!

Posted by Alexey 2006-03-02

PerlORM 0.8 is available for download

Also you can find it at www.cpan.org

Posted by Alexey 2005-12-30

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... read more

Posted by Alexey 2005-12-01