Initial commit

This commit is contained in:
Vojtěch Káně
2020-12-03 23:07:44 +01:00
commit 28e22e3422
24 changed files with 1526 additions and 0 deletions

6
run-db.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash db.nix
#TODO create the directories if they don't exists
#TODO set the path relative to script location, not relative to CWD
postgres -D .pg-data -k "$PWD/.pg-sockets" #-c listen_addresses='' # Goland does not support connecting over socket