gnormal/gnorm
A database-first code generator for any language
Parses database schemas into in-memory data structures that feed into user-defined templates, enabling generation of type-safe queries, REST/RPC APIs, or documentation in any language. Built in Go with zero runtime dependencies, it prioritizes template control over convention, allowing developers to customize output format precisely. Supports multiple database systems and can replace traditional ORMs with faster, generated code.
491 stars. No commits in the last 6 months.
Stars
491
Forks
39
Language
JavaScript
License
—
Category
Last pushed
Jun 14, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gnormal/gnorm"
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.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.