We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc446e1 commit eb9a987Copy full SHA for eb9a987
nix/tools/run-client.sh.in
@@ -18,7 +18,10 @@ print_help() {
18
echo " -h, --help Show this help message"
19
echo
20
echo "Description:"
21
- echo " This script wraps 'psql' and allows you to specify the PostgreSQL version to use."
+ echo " Starts an interactive 'psql' session connecting to a Postgres database started with the"
22
+ echo " 'nix run .#start-server' command. If a migration file is not provided, the client"
23
+ echo " initializes the database with the default migrations for a new Supabase project"
24
+ echo " if a migrations file is provided, default migrations are skipped"
25
echo " If no migration file is provided, it runs the default Supabase migrations."
26
27
echo "Examples:"
0 commit comments