Samnan / MyWebSQL

Next generation tool for database web administration
https://samnan.github.io/MyWebSQL/
120 stars 51 forks source link

Feature Request for Amazon Redshift Cluster #32

Open hsvvijay opened 8 years ago

hsvvijay commented 8 years ago

Hi,

First of all, wonderful interface support for multiple databases. Also was wondering if there is any support provided for Amazon Redshift Cluster as it is built on top of PostgreSQL.

Any help appreciated.

Regards, Sai

Samnan commented 8 years ago

Hi Sai,

Amazon Redshift uses jdbc to connect to the database instance, so it is possible to create a jdbc wrapper over the original pgsql class in MyWebSQL. If you are interested in doing that yourself, I can send you sample code and then you can easily work that to create the redshift driver for MyWebSQL,