Capability
Database Schema And Orm Generation
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “database model generation from sql schemas with automatic crud and caching”
A cloud-native Go microservices framework with cli tool for productivity.
Unique: Automatically wraps generated CRUD methods with go-zero's caching layer (Redis integration), so cache invalidation and TTL management are built into the generated code without developer intervention. Uses prepared statements and parameterized queries to prevent SQL injection.
vs others: More opinionated than generic ORMs (gorm, sqlc) because it generates cache-aware data access code by default and integrates with go-zero's distributed tracing and resilience patterns.