httpmongod mongodb组件 httpmongod

timeloveboy • 2471 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
http方式的mongod服务,提供增删改查的仿mongoshell命令接口 启动mongod,再启动httpmongod 然后在你的浏览器地址栏试试输入 ``` http://localhost:8090/mongo.show dbs ``` ![](https://github.com/golangdeveloper/httpmongod/raw/master/img/example.png?raw=true) 打开chrome的postman工具 ``` post http://localhost:8090/mongo/DB/C.save(&httprequestbody) ``` ![](https://github.com/golangframework/httpmongo/blob/master/exampleimg/savebybody.png=true) ## 引用库来源 [https://github.com/golangframework/httpmongo](https://github.com/golangframework/httpmongo)
授权协议:
MIT
开发语言:
go 查看源码»
2471 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传