0.2.5 • Published 5 years ago
restifizer-sequelize-ds v0.2.5
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.
Sequelize 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 a sequelize model in your REST service. For example:
SequelizeDataSource = require('restifizer-sequelize-ds'),
User = sequelize.model('User'),
...
module.exports = BaseController.extend({
dataSource: new SequelizeDataSource(User),
...
0.2.5
5 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.3
9 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago