Thanks,
George.
thank you for your reply
> Hopefully there are better answers - but based on my understanding,
> this could be done by using the PostgreSql H2 server and connecting
> via a Rails or PHP module intended to connect to PostgreSql.
> (ODBC seems to be the most mentioned).
This seems to work only on Windows :(.
> I know Thomas has started on a C
> port of H2 - so in some time (~1year?) or sooner we could have a
> native C version which would be easier to build native PHP/Ruby db
> connection modules for.
I saw those posts, but I'm not sure why it must be easier with C?
If the driver/server protocol is known, than one "driver" made in Ruby
or PHP
wouldn't be easier to implement instead of an entire database?
This could open H2 to many many new users, since having the fastest
database for free in a project
is something many users would like :).
many thanks,
George.
ODBC does not work out of the box on Linux - you need some additional
libraries - however, I was not able to find out how myself - but did
not invest too much time.
--
Martin Wildam