Can i use editor to connect with snowflake?

Can i use editor to connect with snowflake?

shophollyshopholly Posts: 1Questions: 1Answers: 0

Hi

Is the database connection only available exclusively via Knex JS?
I tried to connect to a Snowflake and couldn't make it work

Answers

  • allanallan Posts: 63,290Questions: 1Answers: 10,428 Site admin

    Is the database connection only available exclusively via Knex JS?

    For the Node.js libraries that I provide, yes. If you want to connect to a different database engine, you'd need to implement the queries directly, without using the pre-made libraries I'm afraid.

    Allan

Sign In or Register to comment.