repositorypackage
0.0.0-20231009044928-772d8b9b3e74
Repository: https://github.com/tomatosource/typegen.git
Documentation: pkg.go.dev
# README
typegen
- slonik-typegen wannabe
- opinionated query formatter
- attempts to formats all
- only gen types from Get/Select query funcs
typegen-ignore
in query to have it ignored
prereqs
go install github.com/xo/xo@latest
brew install pgformatter
installation
go install github.com/tomatosource/typegen@latest
running
DB_CONN=postgres://user:[email protected]:5432/db typegen
major todos
- update generated type names in other pkg files
- make less dogshit slow
- take more args in
- code so gross