# cartodb-query-tables

> Abstraction library to use cartodb-postgresql functions to obtain affected tables for queries

Latest version **0.7.0** (published 2019-10-21) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install cartodb-query-tables
pnpm add cartodb-query-tables
yarn add cartodb-query-tables
bun add cartodb-query-tables
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.0 |
| Published | 2019-10-21 |
| First published | 2016-03-08 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^10.15.1 |
| Dependencies | 1 |
| Unpacked size | 86.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | CARTO |
| Maintainers | cartodb |
| Keywords | cartodb, postgresql, tables, postgresql, postgis |

## Links

- npm: https://www.npmjs.com/package/cartodb-query-tables
- Repository: https://github.com/CartoDB/node-cartodb-query-tables
- Homepage: https://github.com/CartoDB/node-cartodb-query-tables#readme
- Issues: https://github.com/CartoDB/node-cartodb-query-tables/issues
- npm.io page: https://npm.io/package/cartodb-query-tables

## Dependencies (1)

- [decimal.js](https://npm.io/package/decimal.js.md) 10.2.0

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 0.7.0 (latest) — 2019-10-21
- 0.6.3 — 2019-09-19
- 0.6.2 — 2019-09-18
- 0.6.1 — 2019-09-16
- 0.6.0 — 2019-09-13
- 0.5.0 — 2019-07-09
- 0.4.0 — 2018-11-21
- 0.3.0 — 2017-09-25
- 0.2.0 — 2016-07-11
- 0.1.0 — 2016-03-08

## README

# node-cartodb-query-tables

Helper library to handle information about the affected tables on a CARTO query and handle cache key generation.

[![Build Status](https://travis-ci.org/CartoDB/node-cartodb-query-tables.png?branch=master)](https://travis-ci.org/CartoDB/node-cartodb-query-tables)

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.

---
_Source: https://npm.io/package/cartodb-query-tables · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
