posener/orm
Go Typed ORM
This is a tool for Go developers that automatically generates boilerplate code to interact with databases. You provide a Go struct defining your data, and it outputs Go code that lets you easily perform common database operations like creating tables, inserting, selecting, and deleting records, all while maintaining strict type safety.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to interact with SQL databases (MySQL, PostgreSQL, SQLite) and want to reduce repetitive coding while ensuring compile-time type checks for your database operations.
Not ideal if you prefer to write all your SQL queries manually or are looking for a database interaction library that doesn't rely on code generation.
Stars
16
Forks
2
Language
Go
License
MIT
Category
Last pushed
Mar 13, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/posener/orm"
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.