Add aliases to nuke and create the databases

This commit is contained in:
2021-02-16 14:20:47 +01:00
parent 639922fdaf
commit 3db8883f74

View File

@@ -23,5 +23,7 @@ in mkShell {
fi
alias psql='psql -d postgres'
alias create_db='psql -d postgres -f ${sql_file}'
alias nuke='rm -rf ${data_dir}'
'';
}