# fruit-mongodb

> MongoDB Fruit ORM adapter

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

## Install

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

## 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.4 |
| 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 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Khalid REHIOUI |
| Maintainers | javascript |
| Keywords | fruit, orm, mongodb, mongo, db |

## Links

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

## Dependencies (2)

- [extend](https://npm.io/package/extend.md) ^3.0.0
- [mongodb](https://npm.io/package/mongodb.md) ^2.0.46

## 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.4 (latest) — 2016-07-18
- 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 mongodb 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-mongodb
```

### Connection options :

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

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