Skip to content

fivetran/zetasql-npm

Repository files navigation

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