https://github.com/stevencyb/go-mongo-tools
An RSQL implementation in Golang to perform MongoDB search queries.
https://github.com/stevencyb/go-mongo-tools
Last synced: 11 months ago
JSON representation
An RSQL implementation in Golang to perform MongoDB search queries.
- Host: GitHub
- URL: https://github.com/stevencyb/go-mongo-tools
- Owner: StevenCyb
- License: mit
- Created: 2023-01-02T16:39:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T16:10:48.000Z (over 2 years ago)
- Last Synced: 2024-06-20T17:43:20.951Z (about 2 years ago)
- Language: Go
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mongo-tools
[](https://github.com/StevenCyb/go-mongo-tools/releases/latest)


This project contains useful functionality to build a CRUD Golang API with MongoDB. This includes the following packages:
- [RSQL parser to search with Mongo queries](mongo/rsql/README.md)
- [Sort parser to sort document results](mongo/sort/README.md)
- [JSON Patch parser to perform document patches](mongo/jsonpatch/README.md)