我已成功创建了我的存储桶并想要插入文档。 让我们假设我必须以JSON格式插入数据:
{
"name": "abc",
"password": "abcd123",
"user_id": "abc123"
}
我想插入我的桶中。
请提前帮助谢谢。
答案 0 :(得分:3)
您需要使用INSERT语句(可从couchbase 4.1开始):http://developer.couchbase.com/documentation/server/4.1/n1ql/n1ql-language-reference/insert.html
var StartTime = time.Now()
func main() {
otherPackage.StartTime = StartTime
}