maxzerbini/dingo
Data access in Go - Code Generator
This tool helps Go developers quickly create ready-to-use microservice applications with a RESTful API. You input your database schema (MySQL or PostgreSQL), and it automatically generates all the Go code needed to interact with your data and expose it via a web API. The output is a complete Go application that you can compile and run to serve your data.
106 stars. No commits in the last 6 months.
Use this if you are a Go developer who needs to rapidly build a RESTful API backend for an existing or new MySQL or PostgreSQL database.
Not ideal if you need a highly customized API or prefer to manually write all your data access and API code from scratch.
Stars
106
Forks
7
Language
Go
License
MIT
Category
Last pushed
Jul 13, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/maxzerbini/dingo"
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.