Thread: Re: BOUNCE pgsql-interfaces@postgreSQL.org: Non-member submission from [Brad Pepers ]

I've searched the archives and there doesn't seem to be any mention
of an Ada interface to PostgreSQL.  Has anyone else looked into this?
I want to use Gnat which is an Ada95 compiler using gcc as its back
end and while a lot of what I want is available (gtk+, regexp, ...),
I can't find any mention of PostgreSQL interfacing.  Even better would
be generic SQL interfacing through something like ODBC so I wouldn't
be tied to just PostgreSQL.

Any help or pointers on this?

--
Brad Pepers
Linux Canada Inc.            Home of Linux products in Canada!
http://www.linuxcanada.com   Proud supporter of Cyclades, Red
brad@linuxcanada.com         Hat, and Caldera.


Brad Pepers <brad@linuxcanada.com> writes:
> I've searched the archives and there doesn't seem to be any mention
> of an Ada interface to PostgreSQL.  Has anyone else looked into this?

Not that I've heard of.  Want to write one?  You could probably design
something similar to libpq++ (a C++ wrapper around libpq) without a
whole lot of effort beyond deciding what you wanted the Ada API to
look like...
        regards, tom lane