influx6/mgokit
Code generate CRUD database go code for mongodb.
This tool helps Go developers automatically generate standard database code for MongoDB. You provide your Go struct definitions, and it outputs the necessary Go code to perform common database operations like creating, reading, updating, and deleting records in MongoDB. It's designed for Go developers who frequently build applications that interact with MongoDB.
No commits in the last 6 months.
Use this if you are a Go developer building an application that uses MongoDB and you want to reduce the boilerplate code for standard CRUD operations.
Not ideal if you are not a Go developer or if your application requires highly customized, non-standard interactions with MongoDB that cannot be generalized by code generation.
Stars
10
Forks
1
Language
Go
License
MIT
Category
Last pushed
Jan 28, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/influx6/mgokit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.