Download List

Project Description

Pomm is an object oriented database access framework. It is not an ORM, it is an Object Model Manager.
It offers an alternative approach from an ORM to using databases in Web development. It allows developers to leverage PostgreSQL's features to shape data structures which fit business processes while keeping an eye on performance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-14 07:44
1.1.1

This is a maintenance release. It fixes two bugs, one in the dsn parser to allow Pomm to work in Amazon's cloud, and another nasty bug in the maps' remote collection filter.
Tags: ORM, PHP, Symfony, silex, postgresql

2012-12-13 14:17
1.1.0

Bugs in the Where class have been fixed, and Database instances are now
a pool of Connection
instances.


Documentation has been updated, and some cleanup done.


Pomm 1.1 is now ready for production use.

2012-03-10 09:35
1.0.1

In order to fix an important bug in the base map class generation, this release is available sooner than expected. Arrays were generated to incorrect types that were not handled by any converter. There is a new little feature in the PgEntity converter: the _extra field. More documentation and PHPDoc annotation is now complete.
Tags: PHP, postgresql, Symfony, silex, ORM

2012-03-01 10:58
1.0.0

The converter system has been rewritten and now can handle Pg arrays and Pg objects. Pomm now proposes Virtual fields support to offer relation system. The class generation system has been updated accordingly.
Tags: pomm, postgresql, PHP, silex, Symfony

2012-02-04 09:56
rc4

This release adds a new query filterchain and logger, fixes numerous bugs, and adds composer.json (which means Pomm is now available on packagist.org).

Tags: PHP, postgresql, silex, Symfony

Project Resources