# cartodb-psql

> A simple postgres wrapper with logic about username and database to connect

Latest version **0.14.0** (published 2019-09-12) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install cartodb-psql
pnpm add cartodb-psql
yarn add cartodb-psql
bun add cartodb-psql
```

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.14.0 |
| Published | 2019-09-12 |
| First published | 2014-05-06 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^10.15.1 |
| Dependencies | 3 |
| Unpacked size | 25.9 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Vizzuality |
| Maintainers | albertoag, algunenano, alonsogarciapablo, cartodb, csubira, dgaubert, elenatorro, ivanmalagon, jesus-arroyo, jesusbotella, oleurud, romanjimenez, rtorre, sconde, victor.velarde |
| Keywords | cartodb |

## Links

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

## Dependencies (3)

- [pg](https://npm.io/package/pg.md) github:cartodb/node-postgres#6.4.2-cdb2
- [debug](https://npm.io/package/debug.md) ^3.1.0
- [underscore](https://npm.io/package/underscore.md) ~1.6.0

## Recent versions

- 0.14.0 (latest) — 2019-09-12
- 0.6.2 (old-0.6.2) — 2017-08-31
- 0.13.1 — 2018-12-10
- 0.13.0 — 2018-11-20
- 0.12.0 — 2018-06-06
- 0.11.0 — 2018-05-28
- 0.10.2 — 2017-10-03
- 0.10.1 — 2017-08-13
- 0.10.0 — 2017-08-11
- 0.9.0 — 2017-08-09
- 0.8.0 — 2017-05-05
- 0.7.1 — 2017-01-16
- 0.7.0 — 2016-12-21
- 0.6.1 — 2015-09-16
- 0.6.0 — 2015-08-04
- … 4 more at https://npm.io/package/cartodb-psql/versions

## README

Node CartoDB PSQL wrapper
=========================
[![Build Status](http://travis-ci.org/CartoDB/node-cartodb-psql.png)](http://travis-ci.org/CartoDB/node-cartodb-psql)

A simple wrapper for [node.js' PostgreSQL client](https://github.com/brianc/node-postgres) with specific assumptions for
CartoDB's [Windshaft](https://github.com/CartoDB/Windshaft) and [CartoDB-SQL-API](https://github.com/CartoDB/CartoDB-SQL-API)
projects.

# Requirements
 * node >= 10
 * npm
 * postgres

# Install dependencies
```sh
$ npm install
```

# Tests
```sh
$ npm test
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

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