You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-n, --database <DATABASE> Database name [default: postgres]
@@ -141,7 +185,7 @@ Options:
141
185
142
186
On first run, pg0 downloads PostgreSQL from [theseus-rs](https://github.com/theseus-rs/postgresql-binaries) and pgvector from pre-compiled binaries. These are cached in `~/.pg0/installation/` for subsequent runs.
143
187
144
-
Data is stored in `~/.pg0/data/` (or your custom `--data-dir`) and persists between restarts.
188
+
Data is stored in `~/.pg0/instances/<name>/data/` (or your custom `--data-dir`) and persists between restarts.
0 commit comments