Skip to content

Commit 71fbb0d

Browse files
author
Amit
committed
added readme file.
1 parent 998f792 commit 71fbb0d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)