Download List

Projeto Descrição

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

Esta é uma versão de manutenção. Ele corrige dois erros, um no analisador de dsn para permitir Pomm trabalhar na nuvem da Amazon e outro desagradável bug no filtro de coleção remota dos mapas.
Tags: ORM, PHP, Symfony, silex, postgresql
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.

2012-12-13 14:17
1.1.0

Bugs no onde foram fixadas em classe, e instâncias de banco de dados agora são um conjunto de instâncias de conexão.


Documentação foi atualizada e alguma limpeza feito.


Pomm 1.1 está agora pronto para uso em produção.
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

Para corrigir um bug importante na geração de classe de mapa base, essa versão está disponível mais cedo do que o esperado. Matrizes foram geradas para tipos incorretos que não foram manipulados por qualquer conversor. Há um novo recurso pouco no conversor PgEntity: o campo de _extra. Mais documentação e PHPDoc anotação agora está completa.
Tags: PHP, postgresql, Symfony, silex, ORM
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.

2012-03-01 10:58
1.0.0

O sistema de conversor foi reescrito e agora pode lidar com matrizes de Pg e Pg objetos. Pomm agora propõe campos virtuais oferecem suporte para oferecer sistema de relação. O sistema de geração de classe foi Actualizado em conformidade.
Tags: pomm, postgresql, PHP, silex, Symfony
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.

2012-02-04 09:56
rc4

Esta versão adiciona uma Novo consulta filterchain e madeireiro, corrige vários bugs e adiciona composer.json (que significa que pomm agora está disponível em packagist.org).

Tags: PHP, postgresql, silex, Symfony
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).

Project Resources