# fruit-postgresql

> PostgreSQL Fruit ORM adapter

Latest version **0.0.6** (published 2016-07-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install fruit-postgresql
pnpm add fruit-postgresql
yarn add fruit-postgresql
bun add fruit-postgresql
```

## 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.0.6 |
| Published | 2016-07-18 |
| First published | 2015-11-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Khalid REHIOUI |
| Maintainers | javascript |
| Keywords | fruit, orm, postrgresql, pg, sql |

## Links

- npm: https://www.npmjs.com/package/fruit-postgresql
- Repository: https://github.com/nodefruit/fruit-postgresql
- Homepage: https://github.com/nodefruit/fruit-postgresql#readme
- Issues: https://github.com/nodefruit/fruit-postgresql/issues
- npm.io page: https://npm.io/package/fruit-postgresql

## Dependencies (2)

- [pg](https://npm.io/package/pg.md) ^6.0.2
- [sql-query](https://npm.io/package/sql-query.md) ^0.1.26

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.6 (latest) — 2016-07-18
- 0.0.5 — 2016-07-16
- 0.0.4 — 2015-11-04
- 0.0.3 — 2015-11-03
- 0.0.2 — 2015-11-03
- 0.0.1 — 2015-11-03

## README

[![Fruit][logo]][repo-link]

[![CI Buimd][build-image]][build-url]
[![Dependencied][dependencies-image]][dependencies-url]
[![MIT license][license-img]][license-url]
[![Gitter][gitter-img]][gitter-url]

### Introduction :

This is the postgresql adapter for the [fruit](http://npmjs.com/package/fruit) ORM, if you haven't take a look at its documentation yet, please make sure to do so.

### Installation :

```bash
  $ npm install fruit fruit-postgresql
```

### Connection options :

This is an example the options you need to pass to the fruit constructor:

```javascript
  {
      host                : 'host'
    , database            : 'db'
    , user                : 'user'
    , password            : '******'
  }
```

### Contributing

All contributions are welcome. Let's get this project to the next level.
Significant and valuable contributions will allow you to be part of [Fruit organisation](http://github.com/nodefruit).
See the [contribution guide](http://github.com/nodefruit/fruit/blob/master/CONTRIBUTING.md) for more details

### Community

If you'd like to chat and discuss this project, you can find us here:

- Mailing list: [https://groups.google.com/forum/#!forum/nodefruit](https://groups.google.com/forum/#!forum/nodefruit)
- [![Join the chat at https://gitter.im/nodefruit/fruit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nodefruit/fruit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[logo]: https://github.com/nodefruit/fruit-postgresql/raw/master/pres/fruit-and-postgres-logo.png
[repo-link]: https://github.com/nodefruit/fruit-postgresql
[build-image]: https://api.travis-ci.org/nodefruit/fruit-postgresql.svg
[build-url]: https://github.com/nodefruit/fruit-postgresql
[stability-image]: https://img.shields.io/badge/stability-experimental-orange.svg
[stability-url]: https://github.com/nodefruit/fruit-mysql
[license-img]: https://img.shields.io/badge/license-MIT-green.svg
[license-url]: https://github.com/nodefruit/fruit-postgresql/blob/master/LICENSE
[dependencies-image]:https://david-dm.org/nodefruit/fruit-postgresql.svg
[dependencies-url]:https://npmjs.com/package/fruit-postgresql
[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/nodefruit/fruit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

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