WNS's MongoDB Package (Official)
================

#### NOT FINISHED. 

A powerful package for **WNS Middleware** supported by *WNS Team* that contains components to work with [Mongoose](https://github.com/LearnBoost/mongoose).

**This package was developed to work with [wns-db-package](http://github.com/pedronasser/wns-db-package)**

#### Features
- [Mongoose](https://github.com/LearnBoost/mongoose) Interface
- [Mongoose](https://github.com/LearnBoost/mongoose) Schema for ActiveRecord
- [Mongoose](https://github.com/LearnBoost/mongoose) Query Builder for ActiveRecord

#### Requirements

- Node.JS + NPM
- WNS Middleware v0.0.8+

#### Installing

Enter your application's directory...

##### Installing with WNS Package Manager

    $ wnspm install mongo
  
##### Installing with NPM

Inside your server or application directory just type:

    $ npm install mongo wns-mongo-package
    
#### Setting up MongoDB to you application

You need to setup `mongo` as the database engine on the [wns-db-package](http://github.com/pedronasser/wns-db-package) configuration.
