Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 316 Bytes

mongo组件

  • 基于mongodb实现多数据实例管理

Install

Prerequisites

  • GO >= 1.17

Using go get

go get github.com/cherry-game/cherry/components/mongo@latest

Quick Start

import cherryMongo "github.com/cherry-game/cherry/components/mongo"

example

  • 示例代码待补充