1 parent c2a259c commit f04bbbcCopy full SHA for f04bbbc
1 file changed
AGENTS.md
@@ -19,4 +19,8 @@ This prevents "Airport {IATA} not found" warnings when flights reference the air
19
20
## Touching the database
21
22
-You can call the DB directly by using `psql` and the DATABASE_URL in `grep DATABASE sitio-sveltekit/.env`.
+The database is not directly accessible from outside. To query it, SSH into `absolute-slop` and use dokku:
23
+
24
+```bash
25
+ssh -T absolute-slop "dokku postgres:connect flybondi <<< \"YOUR SQL HERE;\""
26
+```
0 commit comments