Categorygithub.com/FedjaW/Chirpy
modulepackage
0.0.0-20250117083238-2b0f3d099147
Repository: https://github.com/fedjaw/chirpy.git
Documentation: pkg.go.dev

# README


my connection string is: psql "postgres://postgres:@localhost:5433/chirpy"


to connect to the chirpy database: sudo -u postgres psql chirpy


to migrate to the new schema: cd into the sql/schema directory and run: goose postgres "postgres://postgres:@localhost:5433/chirpy" up


to generate the new go methods like create user run (from project root): sqlc generate

# Structs

No description provided by the author
No description provided by the author