jugglingdb pouchdb adapter:PouchDB数据库的适配器
关于jugglingdb-pouchdb-adapter是一个适配器,使使用变得容易。用法初始化数据库然后定义你的模型: schema = new Schema ' pouchdb-adapter ' , dbName : ' pouchdb ' Note = schema . define ' Note ' , id : String title : String content : String creationDate : Date文件# Existence Note . exists 123 , ( err , isExist ) -> console . log isExist # Find Note . find 321 , ( err , note ) -> console . log note # Creat
文件列表
jugglingdb-pouchdb-adapter-master.zip
(预估有个12文件)
jugglingdb-pouchdb-adapter-master
.gitignore
23B
package.json
1KB
src
pouchdb.coffee
16KB
.travis.yml
521B
coffeelint.json
67B
Cakefile
1KB
test.png
2KB
LICENSE
1KB
暂无评论