Обсуждение: PGORM 0.9 released!

Поиск
Список
Период
Сортировка

PGORM 0.9 released!

От
Gevik Babakhani
Дата:
Hi All,

I am proud to announce the PGORM 0.9 release!
This release is a tested version on several databases including the
sample database Dellstore2.

Features added in this release:

- Generate “Get”,”Update”, and “Delete” methods based on column indexes
- Generate “Get”,”Update”, and “Delete” methods based on foreign keys
- Generate “Get” methods for indexed columns on views
- Generate .NET methods representing functions (stored procedures) in
the database
- Generate nullable properties for the generated classes (tables)
- Auto build (compile) the generated projects.

Project Home:
http://pgorm.googlecode.com

Regards,
Gevik Babakhani

-----------------------------------------------------------------------------
About the project:
PostgreSQL Object Relational Mapper for .NET.
PGORM is a code generator that can be used to create .NET (C#)
objects and classes from a PostgreSQL database.
http://pgorm.googlecode.com
-----------------------------------------------------------------------------