cartodb-query-tables

v0.7.0
Abstraction library to use cartodb-postgresql functions to obtain affected tables for queries
cartodb postgresql tables postgresql postgis

clean

rm -rf ./node_modules

lint

eslint "lib/**/*.js" "test/**/*.js"

lint:fix

eslint --fix "lib/**/*.js" "test/**/*.js"

test:setup

./test/setup.sh

test:cleanup

./test/setup.sh --clean

test

NODE_ENV=test mocha --recursive test

pretest

npm run lint && npm run test:cleanup && npm run test:setup

posttest

npm run test:cleanup

coverage

nyc --reporter=lcov npm test
npm i cartodb-query-tables

Metadata

Downloads

Maintainers