0.1.20 • Published 6 months ago

restifizer-mongoose-ds v0.1.20

Weekly downloads
16
License
MIT
Repository
github
Last release
6 months ago

NPM

We are working hard to create documentation. If you have exact questions or ideas how we can improve documentation, create a ticket here: https://github.com/vedi/restifizer-mongoose-ds/issues

Any feedback is appreciated.

Mongoose Data Source for Restifizer

Restifizer - it's a way to significantly simplify creation of full-functional RESTful services. It's available at: https://github.com/vedi/restifizer

This Data Source allows you to use mongoose model in your REST service. For example:

  MongooseDataSource = require('restifizer-mongoose-ds'),
  User = require('mongoose').model('User'),

...

module.exports = BaseController.extend({
  dataSource: new MongooseDataSource(User),
...
0.1.20

6 months ago

0.1.15

10 months ago

0.1.16

10 months ago

0.1.17

10 months ago

0.1.18

10 months ago

0.1.19

10 months ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

6 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago