piotrkowalczuk/pqt
Postgres schema definition, sql/go, code generation package.
This package helps Go developers efficiently manage and interact with PostgreSQL databases in their applications. It allows you to programmatically define your database schema, which then generates type-safe Go code for data access. Developers who build Go applications that rely on PostgreSQL would use this to ensure robust and maintainable database interactions.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs a structured, type-safe, and highly customizable way to define and interact with a PostgreSQL database without being locked into a full ORM.
Not ideal if you are looking for a standalone command-line tool to generate code directly from an existing database or prefer managing your database schema entirely through SQL migration files.
Stars
69
Forks
6
Language
Go
License
MIT
Category
Last pushed
Jan 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/piotrkowalczuk/pqt"
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.