English 中文(简体)
如何将“长期”文件添加到库沙银行?
原标题:How to add "long" documents to CouchDB?
  • 时间:2012-04-09 21:43:24
  •  标签:
  • couchdb

如何制作冗长而复杂的文件,并将这些文件添加到库沙银行? 我是否可以使用任何编辑,然后由PUT使用CRUD的档案?

谢谢。

乌戈

最佳回答

你可以在福顿这样做。

  1. Either click on an existing document, or click the "New Document" link. You will be in the standard key/value editor.
  2. Click the "Source" tab in the upper-right.
  3. Double-click the document body. It will change to a large <textarea> input field where you can edit the document freely.
  4. When you are done, click the green check mark. It will confirm that your edits are valid JSON.
  5. Click Save Document. That will either create or update the document (depending on what you clicked in step 1)
问题回答

暂无回答




相关问题
couchdb for /really/ distributed replica

let s say i want to implement a distributed database (each node being the replica of the others); i hear that cdb is able to easily sync between two nodes and at least support some form of conflict ...

CouchDB View, Map, Index, and Sequence

I think read somewhere that when a View is requested the "map" is only run across documents that have been added since the last time it was requested? How is this determined? I thought I saw something ...

representing a many-to-many relationship in couchDB

Let s say I m writing a log analysis application. The main domain object would be a LogEntry. In addition. users of the application define a LogTopic which describes what log entries they are ...

couchDB , python and authentication

I have installed couchDB v 0.10.0, and am attempting to talk to it via python from Couch class downloaded from couchDB wiki. Problem is: Create database mydb : { error : unauthorized , reason : ...

Temp View Caching?

I m using CouchDB with a home-grown C# interface library. The most common method of accessing CouchDB with this library results in a temp view being created. I ve optimized the library so that it uses ...

热门标签