Initial working version of using jet for SQL building
This commit is contained in:
parent
4bd62b3567
commit
e5a84e09a8
11 changed files with 40 additions and 619 deletions
3
db/jetgen.sh
Executable file
3
db/jetgen.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash
|
||||
jet -dsn="postgresql://?host=/var/run/postgresql&sslmode=disable&dbname=nidus-sync" -schema=stadia -path=./gen
|
||||
Loading…
Add table
Add a link
Reference in a new issue