Abstraction library to use cartodb-postgresql functions to obtain affected tables for queries
npm install cartodb-query-tablesHelper library to handle information about the affected tables on a CARTO query and handle cache key generation.

Library intentions and responsibilities: TBA.
* Node >=10
* npm >=6
To install the rest of the dependencies just run:
```
npm install [cartodb-query-tables]
Tests suite can be run with:
```
npm test
That will (js)lint and run the tests.