Looking to extend PostgreSQL Connector to build TimescaleDB Connector

已回答

Hi there,

I am searching for examples to create an connector in DataGrip, based on PostgreSQL to support some features of TimescaleDB.
Is it possible to just extend the existing Connector to have a "new" one? It is hard to find some documentation about it or code samples.

Thank you all in advance.

1

Why do you need a new connector? What you are trying to achieve? 

TimescaleDB is recognized out of the box, isn't it? 

0

There is a lot of stuff in TimescaleDB only visible by requesting manually. I would like to have some of them in the Database explorer, like jobs, chunks (w/wo compression) etc. I thought copy/extend the PostgreSQL plugin make most sense.

0

请先登录再写评论。