mongo database connector
Go to file
2023-06-22 23:14:51 +08:00
autogen_model_model.go first commit 2023-06-22 23:14:51 +08:00
count.go first commit 2023-06-22 23:14:51 +08:00
drop.go first commit 2023-06-22 23:14:51 +08:00
errors.go first commit 2023-06-22 23:14:51 +08:00
gen.sh first commit 2023-06-22 23:14:51 +08:00
go.mod first commit 2023-06-22 23:14:51 +08:00
go.sum first commit 2023-06-22 23:14:51 +08:00
indexes.go first commit 2023-06-22 23:14:51 +08:00
insert.go first commit 2023-06-22 23:14:51 +08:00
mdbc_test.go first commit 2023-06-22 23:14:51 +08:00
mdbc.go first commit 2023-06-22 23:14:51 +08:00
model.pb.go first commit 2023-06-22 23:14:51 +08:00
model.proto first commit 2023-06-22 23:14:51 +08:00
README.md first commit 2023-06-22 23:14:51 +08:00
readpref.go first commit 2023-06-22 23:14:51 +08:00
scope.go first commit 2023-06-22 23:14:51 +08:00
tabler.go first commit 2023-06-22 23:14:51 +08:00
utils.go first commit 2023-06-22 23:14:51 +08:00

mdbc

mdbc: mongodb database connector

项目命名为mdbc 一个mongodb数据库orm,对官方驱动进行封装,将protobuf的Message和mongodb的Collection进行绑定,实现对Message的操作可以同步到数据库中

todo

  • 完成初始化程序
  • 封装CRUD