Transform pgSchema into a Multi-database wrapper - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Transform pgSchema into a Multi-database wrapper
Date
Msg-id 4.2.0.58.20010923110621.00a68f00@pop.freesurf.fr
Whole thread Raw
List pgadmin-hackers
Hello all,

Is it technically possible to transform pgSchema into a multi-database wrapper?

1) Usually database wrappers are built using inheritance.
2) As inheritance does not exist in VB, we need to use other solutions
which are :
- i) duplicate pgSchema, i.e. create a mysqlSchema object,
- ii) add an XML/XSLT description layer to pgSchema.

XML layer + XSLT should help use describe:
- Abstract Schema and Datatype mappings.
- Available objects (i.e MySQL does not have functions, triggers and views),
- SQL queries used to retrieve information.

This would not change the calling API of pgSchema but the internal structure.
Is this a dream (unfortunately, I guess yes)? Any suggestions welcome.

Cheers, Jean-Michel

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Encoding holes
Next
From: Dave Page
Date:
Subject: Re: Transform pgSchema into a Multi-database wr