deliverr / data-knex-snowflake-dialect

knex.js dialect for the Snowflake data warehouse
MIT License
13 stars 26 forks source link

Incorrect package name in readme #10

Closed mingp closed 3 years ago

mingp commented 3 years ago

The readme in the repo says to install by the following package name.

npm install knex-snowflake-client

This one doesn't work.

I was able to install by the following package name.

npm install knex-snowflake-dialect

This leads me to believe that the readme has a typoed or outdated name.

This may or may not be the same as #9.

emurphy commented 3 years ago

Thank you @mingp!