restgoose:使用装饰器的模型驱动的REST API框架 源码
野鹅 现代REST API框架。 MongoDB +打字稿+ Restgoose = :red_heart_selector: Restgoose通过REST API轻松公开了您的MongoDB数据库。 它由模型本身驱动,从而减少了编写简单端点所需的样板代码。 它可以扩展,因此您也可以轻松添加复杂的逻辑。 安装 npm install @xureilab/restgoose 最少使用 这将在模型上创建典型的CRUD端点: import { Restgoose , RestgooseModel , all , create , one , prop , remove , rest , u
文件列表
restgoose-master.zip
(预估有个85文件)
restgoose-master
.gitignore
627B
mocha.opts
70B
tsconfig.json
297B
README.md
4KB
wercker.yml
632B
CHANGELOG.md
3KB
test
test-restgoose-field.ts
4KB
test-array-field.ts
3KB
暂无评论