Other RDBMS than MySQL?

in

Hi,

How easy would it be to integrate GreenSQL with e.g. PostgreSQL
instead of MySQL?

Cheers,
Tink

Comments

postgresql support

Hi Tink

Really it is not that hard to do. I was planing to start working on PostgreSQL in the nearest future.

A number of things must be implemented:

  • Create new proxy object that will handle PostgreSQL connection.
  • Add minor fixes to greensql-console to create PostgreSQL listener.
  • Add support for PostgreSQL SQL dialect (this could be done at a later date).

Best Regards
Yuli Stremovsky

Back to top