+1
-1
packages/server/example.dev.env
+1
-1
packages/server/example.dev.env
+1
-1
packages/server/pg/README.md
+1
-1
packages/server/pg/README.md
···This script allows you to run any command with a fresh, ephemeral/single-use postgres database available. When the script starts a Dockerized postgres container starts-up, and when the script completes that container is removed.-The environment variable `DB_POSTGRES_URL` will be set with a connection string that can be used to connect to the database. The [`PG*` environment variables](https://www.postgresql.org/docs/current/libpq-envars.html) that are recognized by libpq (i.e. used by the `psql` client) are also set.+The environment variable `DATABASE_URL` will be set with a connection string that can be used to connect to the database. The [`PG*` environment variables](https://www.postgresql.org/docs/current/libpq-envars.html) that are recognized by libpq (i.e. used by the `psql` client) are also set.
+1
-1
packages/server/pg/with-test-db.sh
+1
-1
packages/server/pg/with-test-db.sh
+3
-3
packages/server/src/bin.ts
+3
-3
packages/server/src/bin.ts
···
+1
-1
packages/server/src/migrations/20230223T215019669Z-refactor.ts
+1
-1
packages/server/src/migrations/20230223T215019669Z-refactor.ts
···
+6
-6
packages/server/tests/_util.ts
+6
-6
packages/server/tests/_util.ts
···
+3
-3
packages/server/tests/migrations/refactor.test.ts
+3
-3
packages/server/tests/migrations/refactor.test.ts
···