# fruits

> A Node.JS ORM for both SQL and NoSQL databases

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

## Install

```sh
npm install fruits
pnpm add fruits
yarn add fruits
bun add fruits
```

## 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.11 |
| Published | 2016-07-18 |
| First published | 2015-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Khalid REHIOUI |
| Maintainers | javascript |
| Keywords | fruit, orm, mysql, sql, mongodb, mongo, postgres, postgresql, db, database |

## Links

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

## Dependencies (4)

- [fruit](https://npm.io/package/fruit.md) ^1.0.7
- [fruit-mysql](https://npm.io/package/fruit-mysql.md) 0.0.4
- [fruit-mongodb](https://npm.io/package/fruit-mongodb.md) 0.0.4
- [fruit-postgresql](https://npm.io/package/fruit-postgresql.md) 0.0.6

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 0.0.11 (latest) — 2016-07-18
- 0.0.10 — 2015-11-12
- 0.0.9 — 2015-11-06
- 0.0.8 — 2015-11-04
- 0.0.7 — 2015-11-03
- 0.0.6 — 2015-11-03
- 0.0.5 — 2015-11-03
- 0.0.4 — 2015-11-03
- 0.0.3 — 2015-11-03
- 0.0.2 — 2015-11-03
- 0.0.1 — 2015-11-03
- 0.0.0 — 2015-10-18

## 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 global package that contains both the [fruit](http://npmjs.com/package/fruit) ORM module and all its available adapters. If you haven't take a look at its documentation yet, please make sure to do so.

### Installation:
```bash
  $ npm install fruits
```

### How does it work:

Once you require the fruits module :
```javascript
  var fruits = require('fruits');
```

You can get the fruit constructor :
```javascript
  var Fruit = fruits.fruit;
```

You can also get the available adapters :
```javascript
  var mongoAdapter    = fruits.adapters.mongodb
    , mysqlAdapter    = fruits.adapters.mysql
    , postgresAdapter = fruits.adapters.postgresql
```

### 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/fruits/raw/master/pres/logo.png
[repo-link]: https://github.com/nodefruit/fruits
[build-image]: https://api.travis-ci.org/nodefruit/fruits.svg
[build-url]: https://github.com/nodefruit/fruits
[stability-image]: https://img.shields.io/badge/stability-experimental-orange.svg
[stability-url]: https://github.com/nodefruit/fruits
[license-img]: https://img.shields.io/badge/license-MIT-green.svg
[license-url]: https://github.com/nodefruit/fruits/blob/master/LICENSE
[dependencies-image]:https://david-dm.org/nodefruit/fruits.svg
[dependencies-url]:https://npmjs.com/package/fruits
[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/fruits · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
