cartodb-query-tables
v0.7.0
Published
Abstraction library to use cartodb-postgresql functions to obtain affected tables for queries
Downloads
126
Maintainers
Readme
node-cartodb-query-tables
Helper library to handle information about the affected tables on a CARTO query and handle cache key generation.
Library intentions and responsibilities: TBA.
Dependencies
- Node >=10
- npm >=6
Install
To install the rest of the dependencies just run:
npm install [cartodb-query-tables]
Tests
Tests suite can be run with:
npm test
That will (js)lint and run the tests.