regadas / sqltools-trino-driver

SQLTools driver for Trino
https://marketplace.visualstudio.com/items?itemName=regadas.sqltools-trino-driver
MIT License
9 stars 5 forks source link

Could it support to the facebook presto engine which header is prefix with 'X-Presto-'? #73

Open dylanwu opened 2 years ago

dylanwu commented 2 years ago

My prestodb engine is the old facebook prestodb, this version's header is prefix with 'X-Presto-', could it support this one, and add one parameter to choose which engine uto support it.

regadas commented 2 years ago

Hey @dylanwu!

Yup, it could! We will need to update things first at https://github.com/regadas/trino-js-client.

Currently, I'm short on time. Do you want to give it a try?