qmgo:Qmgo-MongoDB的Go驱动程序。 它基于官方的mongo-go-driver,但像Mgo一样易于使用

时间:2024-02-24 08:18:19
【文件属性】:

文件名称:qmgo:Qmgo-MongoDB的Go驱动程序。 它基于官方的mongo-go-driver,但像Mgo一样易于使用

文件大小:86KB

文件格式:ZIP

更新时间:2024-02-24 08:18:19

go database mongodb driver mgo

Qmgo English | Qmgo是MongoDB的Go driver 。 它基于,但更易于使用,例如 (例如链式调用)。 Qmgo允许用户以更优雅的方式使用MongoDB的新功能。 Qmgo是迁移的首选mgo新MongoDB driver用最少的代码改变。 要求 -达到Go 1.10以上。 MongoDB 2.6及更高版本。 产品特点 对文档进行CRUD,并带有所有官方支持的选项 排序,限制,计数,选择​​,区别 交易次数 钩子 自动默认和自定义字段 预定义操作员键 汇总,索引运算,游标 验证标签 插入 安装 使用go mod通过import github.com/qiniu/qmgo自动安装依赖import github.com/qiniu/qmgo 要么 使用go get github.com/qiniu/qmgo 用法 开始 import并创建新连接 import ( "context" "github.com/qiniu/qmgo" ) ctx := context . Background () client , err := qmgo . N


【文件预览】:
qmgo-master
----.travis.yml(575B)
----collection_test.go(22KB)
----aggregate.go(2KB)
----aggregate_test.go(4KB)
----validator_test.go(2KB)
----errors_test.go(1KB)
----bulk_test.go(1KB)
----cursor_test.go(3KB)
----field()
--------custom_field.go(4KB)
--------custom_field_test.go(3KB)
--------field.go(4KB)
--------field_test.go(7KB)
--------default_field_test.go(975B)
--------default_field.go(2KB)
----session.go(3KB)
----cursor.go(2KB)
----hook()
--------hook_test.go(8KB)
--------hook.go(5KB)
----bulk.go(5KB)
----example_test.go(4KB)
----query_test.go(22KB)
----middleware()
--------middleware.go(889B)
--------middleware_test.go(821B)
----hook_test.go(10KB)
----errors.go(3KB)
----query.go(10KB)
----util_test.go(1KB)
----client_test.go(5KB)
----LICENSE(11KB)
----field_test.go(6KB)
----results.go(2KB)
----client.go(13KB)
----options()
--------index_options.go(1KB)
--------insert_options.go(811B)
--------upsert_options.go(720B)
--------query_options.go(640B)
--------replace_options.go(149B)
--------update_options.go(719B)
--------remove_options.go(719B)
--------client_options.go(123B)
--------runcmd_options.go(127B)
----database_test.go(2KB)
----session_test.go(5KB)
----README_ZH.md(11KB)
----interface.go(2KB)
----operator()
--------update.go(1KB)
--------aggregation_pipeline_operators.go(4KB)
--------operate_type.go(510B)
--------query_modifiers.go(931B)
--------query_and_projection.go(2KB)
--------aggregation_pipeline_stages.go(2KB)
----.gitignore(13B)
----collection.go(18KB)
----go.sum(13KB)
----README.md(12KB)
----validator()
--------validator_test.go(3KB)
--------validator.go(2KB)
----util.go(2KB)
----go.mod(171B)
----database.go(2KB)

网友评论