An open API service indexing awesome lists of open source software.

https://github.com/trapcodeio/gmongo

Go Lang MongoDb Util Package with (Model Support)
https://github.com/trapcodeio/gmongo

Last synced: 3 months ago
JSON representation

Go Lang MongoDb Util Package with (Model Support)

Awesome Lists containing this project

README

        

# gmongo

My personal MongoDB Util package for Go.

## Installation

```bash
go get github.com/trapcodeio/gmongo
```

## Usage
For now, see the tests for usage examples.

## Test
Make sure you have a MongoDB instance running on localhost:27017K

```bash
go test -v
```