Hi,

we are currently having a look at DatabaseSchema.

While it's basic orientation of supporting only features, which are 
implemented on all supported databases allows to keep the code simple, 
it makes it useless for our needs.

We are running mostly PostgreSQL databases, some Oracle and little 
MySQL. We do use a lot of VIEWs, some TRIGGERs and STORED PROCEDURES. 
Further, the Geometry type provided by PostGIS is vital crucial to us.

We are currently evaluating, if we should extend the current 
DatabaseSchema or write our own schema handler.

At least we would need to:

 * support schemas 
(http://www.postgresql.org/docs/8.2/interactive/ddl-schemas.html)
 * use more types, e.g. NUMERIC, DECIMAL
 * handle special data types, such as Geometry
 * handle constraints

Are there others, sharing the same needs?

Regards,

Peter

-- 
 
Dott. Peter Hopfgartner
 
R3 GIS Srl - GmbH
Via Johann Kravogl-Str. 2
I-39012 Meran/Merano (BZ)
Email: peter.hopfgart...@r3-gis.com
Tel. : +39 0473 494949
Fax  : +39 0473 069902
www  : http://www.r3-gis.com

XING: http://www.xing.com/go/invita/8917535 

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to