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)
- Host: GitHub
- URL: https://github.com/trapcodeio/gmongo
- Owner: trapcodeio
- License: mit
- Created: 2022-12-21T11:29:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T17:37:32.000Z (5 months ago)
- Last Synced: 2025-03-20T05:34:53.687Z (3 months ago)
- Language: Go
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```