{"id":50945482,"url":"https://github.com/beekeeper-studio/knex-snowflake-dialect","last_synced_at":"2026-06-17T19:33:51.094Z","repository":{"id":357914462,"uuid":"1237279298","full_name":"beekeeper-studio/knex-snowflake-dialect","owner":"beekeeper-studio","description":"Knex dialect for snowflake","archived":false,"fork":false,"pushed_at":"2026-05-14T20:05:33.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T21:30:28.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beekeeper-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T03:22:42.000Z","updated_at":"2026-05-14T20:05:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/beekeeper-studio/knex-snowflake-dialect","commit_stats":null,"previous_names":["beekeeper-studio/knex-snowflake-dialect"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/beekeeper-studio/knex-snowflake-dialect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fknex-snowflake-dialect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fknex-snowflake-dialect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fknex-snowflake-dialect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fknex-snowflake-dialect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beekeeper-studio","download_url":"https://codeload.github.com/beekeeper-studio/knex-snowflake-dialect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fknex-snowflake-dialect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34463553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T19:33:50.311Z","updated_at":"2026-06-17T19:33:51.089Z","avatar_url":"https://github.com/beekeeper-studio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NOTE\nThis code was forked from the folks over at `Deliverr, Inc`. The original license is in this repo.\n\n# knex-snowflake-dialect\nknex.js dialect for the Snowflake data warehouse.\n\nAs of release 0.2.x, the `connect` and `raw` query methods have been tested, along with schema migrations.\n\n## Installation\n\n```shell script\nnpm install knex-snowflake-dialect\n```\n\n## Usage\n\nSample initialization:\n\n```javascript\nimport * as knex from \"knex\";\nimport { SnowflakeDialect } from \"knex-snowflake-dialect\";\n\nexport const Snowflake = knex({\n  client: SnowflakeDialect,\n  debug: true,\n  connection: \"snowflake://myuser:mypassword@myaccount.myregion.snowflakecomputing.com/mydb?warehouse=MY_WAREHOUSE\",\n  pool: {\n    min: 1,\n    max: 1\n  }\n});\n```\n\nThe configuration could alternatively break out the `connection` parameters as separate keys, per the \n[snowflake-sdk \"Establishing a Connection\"](https://docs.snowflake.net/manuals/user-guide/nodejs-driver-use.html#establishing-a-connection)\ndocumentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekeeper-studio%2Fknex-snowflake-dialect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeekeeper-studio%2Fknex-snowflake-dialect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekeeper-studio%2Fknex-snowflake-dialect/lists"}