Make nix the one and only dev environment; remove obsolete tooling

This commit is contained in:
Wolfgang Walther
2020-12-01 00:42:21 +01:00
committed by Wolfgang Walther
parent 1a5f6cce46
commit de5742fc7d
7 changed files with 4 additions and 158 deletions
-1
View File
@@ -1 +0,0 @@
pg_dump --host localhost --port 5432 --username "postgres" --no-password --format plain --column-inserts --verbose --file "./test/fixtures/schema.sql" "postgrest_test"