Go下Mongodb操作入门

Mongodb操作入门

https://segmentfault.com/a/1190000020980642?utm_source=tag-newest

关于*mog.iter的使用例子

iter := collection.Find(nil).Iter()
  for iter.Next(&result) {
    fmt.Printf("Result: %v\n", result.NAME)
    personAll.Persons = append(personAll.Persons, result)
  }

 

可以用一个变量检测,有没有检测表里有没有相应变量

Go下Mongodb操作入门

上一篇:MySQL 工作、底层原理,看这一篇就够了!


下一篇:linux服务器mysql数据库新建数据库并配置数据库用户