文件名称:Qmgo-Go的MongoDB驱动程序-Golang开发
文件大小:86KB
文件格式:ZIP
更新时间:2024-06-15 10:57:13
Golang Database Drivers
Qmgo-Go的MongoDB驱动程序。 它基于官方的MongoDB驱动程序,但像Mgo一样易于使用Qmgo简体中文Qmgo是Go的MongoDB发行人。 它基于MongoDB官方驱动程序,但更易于使用,例如mgo(例如链式调用)。 Qmgo可以使用户以更优雅的方式使用MongoDB的新功能。 Qmgo是从mgo迁移到新的MongoDB驱动程序且只需很少的代码更改的首选。 要求-1.10及更高版本。 -MongoDB 2.6及更高版本。 安装推荐的方法是使用go mod通过导入github.com/q自动安装依赖项
【文件预览】:
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(12KB)
----options()
--------index_options.go(1KB)
--------insert_options.go(811B)
--------upsert_options.go(720B)
--------query_options.go(640B)
--------aggregate_options.go(129B)
--------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(14KB)
----README.md(12KB)
----validator()
--------validator_test.go(3KB)
--------validator.go(2KB)
----util.go(2KB)
----go.mod(171B)
----database.go(2KB)