0.1.8 • Published 3 years ago

snowflake-waterline-adapter v0.1.8

Weekly downloads
133
License
MIT
Repository
github
Last release
3 years ago

snowflake-waterline-adapter

Translates feathersjs query language into Snowflake SQL through the Waterline ORM.

Rather than using the waterline-sequel package for sql translation, it installs waterline-sequel-snowflake, for db-specific syntax.

At this time, the adapter supports only the find() method. Please feel free to contribute.

The configuration options passed into the Sequel translator are:

  • escapeCharacter: double quotes
  • criteriaWrapper: single quote

Snowflake requires double quotes for database, table, view and column names; and single quotes for where clause strings.

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago