5969b23a31
""" The sub-statements in WITH are executed concurrently with each other and with the main query. Therefore, when using data-modifying statements in WITH, the order in which the specified updates actually happen is unpredictable. """ -- https://www.postgresql.org/docs/14/queries-with.html Also see https://stackoverflow.com/questions/47622827/cte-execution-order |
||
---|---|---|
db | ||
env | ||
lib | ||
lnd | ||
pages | ||
public | ||
server | ||
test | ||
vue | ||
.gitignore | ||
MATCHMAKING.md | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
hotreload.sh | ||
main.go | ||
nginx.conf | ||
nginx.dev.conf | ||
postgresql.conf |
README.md
delphi.market
A prediction market using the lightning network: https://delphi.market
Development
See Makefile