fivetran / zetasql-npm

npm package for ZetaSQL library
https://www.npmjs.com/package/@fivetrandevelopers/zetasql
MIT License
14 stars 0 forks source link
bigquery grpc sql zetasql

zetasql-npm

This is npm package for ZetaSQL library that can be used to provide consistent behavior for all semantic analysis, name resolution, type checking, implicit casting, etc.

How to build

To build it locally you need to have npm installed.

Run the following commands in the root directory

npm install
npm run build:all