We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998f792 commit 71fbb0dCopy full SHA for 71fbb0d
Readme.md
@@ -0,0 +1,11 @@
1
+# go-mongodb-client
2
+
3
+A simple utility Go package for connecting to Mongodb. This package has following features:
4
+1. Connecting to mongodb client.
5
+2. Creating new database once the mongodb client is connected.
6
+3. Creating collections inside the database.
7
8
+## Install
9
10
+```bash
11
+go get github.com/<your-username>/go-utils@latest
0 commit comments