jschaf / pggen

Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
MIT License
281 stars 26 forks source link

Replace multierror with stdlib errors.Join #96

Closed jschaf closed 7 months ago

jschaf commented 7 months ago

Prefer the standard library to limit dependencies.