Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Setting up a temporary db (just using public schema for now):
```
docker run -e POSTGRES_PASSWORD=<somepass> -p 54322:5432 -it --rm postgres
PGPASSWORD=<somepass> psql -p 54322 -U postgres -h <local host/ip> -c 'create database directoryish;'
PGPASSWORD=<somepass> psql -p 54322 -U postgres -h <local host/ip> -d directoryish -a -f schema.sql
PGPASSWORD=<somepass> psql -p 54322 -U postgres -h <local host/ip> -d directoryish -a -f migrations/001_initial_schema.up.sql
```

Installing sqlc and oapi-codegen (probably good to contrive a way to add these as deps although the [tools.go](https://www.jvt.me/posts/2024/09/30/go-tools-module/) approach is a bit unwieldy it does seem like they have a proposal open with the core team to smooth this out a bit):
Expand Down Expand Up @@ -34,4 +34,4 @@ go build

## Real
- https://github.com/leg100/otf
- https://github.com/helpwave/services/tree/main/services/tasks-svc
- https://github.com/helpwave/services/tree/main/services/tasks-svc