PGORM 0.9 released!

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: pgsql-announce(at)postgresql(dot)org
Subject: PGORM 0.9 released!
Date: 2009-03-27 01:15:34
Message-ID: 49CC28B6.6060305@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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
-----------------------------------------------------------------------------

Browse pgsql-announce by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-03-28 09:01:01 New shapshot RPMs (Mar 27, 2009) are ready for testing
Previous Message Dave Page 2009-03-25 17:10:20 pgAdmin 1.10.0 Beta 2 uploaded