https://github.com/gotz1480/sqlc-tutorial
sqlc tutorial in Go with PostgreSQL
https://github.com/gotz1480/sqlc-tutorial
Last synced: 6 months ago
JSON representation
sqlc tutorial in Go with PostgreSQL
- Host: GitHub
- URL: https://github.com/gotz1480/sqlc-tutorial
- Owner: gotz1480
- License: gpl-3.0
- Created: 2023-09-04T04:09:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T04:48:47.000Z (about 2 years ago)
- Last Synced: 2025-04-04T13:13:21.339Z (6 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlc-tutorial
sqlc tutorial in Go with PosgreSQL## Requirements
- Docker
- Docker compose
- sqlc## Running
`sqlc generate`
`docker compose up --build`