发表于 2015-7-9 12:20:07

mongodb 的几种驱动

  ,戴震军测试速度不行1.Norm驱动,速度不行,支持LINQ,并且已停止开发
  https://github.com/atheken/NoRM
  转为
fluent-mongo
  https://github.com/craiggwilson/fluent-mongo
  
  
  2. 官方驱动 支持linq
  https://github.com/mongodb/mongo-csharp-driver/downloads
  3.samus驱动,1.4以后,支持LINq,,戴震军测试linq下速度不行
https://github.com/samus/mongodb-csharp
  
页: [1]
查看完整版本: mongodb 的几种驱动