Files
reloading-manager/backend/README.md
Ron Rise e484aa7e31
All checks were successful
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 5m58s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 9m2s
tagging release w.t.f.
2025-05-16 21:18:03 -04:00

12 lines
291 B
Markdown

```shell
docker run -v $(pwd)/postgres:/var/lib/postgresql/data \
-e POSTGRES_DB=loading \
-e POSTGRES_PASSWORD=password \
--rm --name postgres \
-p 5432:5432 \
-d postgres:17
```
```shell
jet -dsn=postgresql://postgres:password@localhost:5432/loading\?sslmode=disable -path=./.gen
```