gnormal/gnorm
A database-first code generator for any language
This tool helps developers quickly create boilerplate code directly from their database schemas. It takes your existing database structure as input and generates custom code in any language (like Go, Python, or Ruby) or even documentation based on templates you define. Developers building data-driven applications can use this to automate repetitive coding tasks.
491 stars. No commits in the last 6 months.
Use this if you need to generate custom, type-safe code or APIs for your database schema, ensuring consistency and reducing manual coding effort.
Not ideal if you're looking for a traditional Object-Relational Mapper (ORM) that handles database interactions for you.
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.
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.