How to integrate AngularJS and CouchDB?
我正在尝试将
您应该看一下 PouchDB - https://pouchdb.com/ - 您可以将 pouchdb 用作 http api 并从您的 angularJS 服务连接到远程 couchdb 数据库。如果您使用 angular 1.2 到 1.5,还有几个 pouchdb angular js 模块可用。
您可以在此处获取更多信息:https://pouchdb.com/guides/setup-couchdb.html
如果你使用 expressJS,你可以将 CouchDB 与 nano 集成:
http://expressjs.com/fr/guide/database-integration.html#couchdb
https://github.com/dscape/nano