An open API service indexing awesome lists of open source software.

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

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`