plotly / falcon

Free, open-source SQL client for Windows and Mac 🦅
https://plot.ly/free-sql-client-download/
MIT License
5.13k stars 278 forks source link

Support for Vertica #344

Open amosmoss opened 6 years ago

amosmoss commented 6 years ago

Hi,

I would like to suggest adding support for the Vertica DB.

Thanks, Amos.

shannonlal commented 6 years ago

@amosmoss Is this something you would be willing to work on? If so I just checked in a document on what you would need so I can give you a hand.

n-riesco commented 6 years ago

It's unmaintained, but node-vertica may help here.

n-riesco commented 6 years ago

For testing: https://my.vertica.com/download/vertica/community-edition/

pietersv commented 6 years ago

We can likely help. We use both Vertica and node-vertica.

n-riesco commented 6 years ago

@pietersv

The instructions to build Falcon can be found in CONTRIBUTING.md. I've just noticed that CONTRIBUTING.md needs a bit of cleaning up. Briefly, the instructions to build Falcon are:

$ git clone https://github.com/plotly/falcon-sql-client falcon-sql-client
$ cd falcon-sql-client
$ yarn install
$ yarn run rebuild:modules:electron
$ yarn run build
$ yarn run start

The process to add a new connector is roughly described in NEW_CONNECTION.md.

And #332 can be used as an example of a straight-forward PR adding a new connector and the corresponding tests.


Please, don't hesitate to ping me here or by email, if you need help with anything.

amosmoss commented 6 years ago

Sorry, I just saw the comment. I'm sorry, but I don't really a coder...

n-riesco commented 6 years ago

@amosmoss No worries (and thank you for opening this issue). We'll keep the issue open so that others can show their interest in this connector.