adding quickfix library
This commit is contained in:
3
quickfix/_sql/postgresql/create.sh
Normal file
3
quickfix/_sql/postgresql/create.sh
Normal file
@ -0,0 +1,3 @@
|
||||
dropdb -U postgres --if-exists quickfix
|
||||
createdb -U postgres quickfix
|
||||
psql -U postgres -d quickfix -f postgresql.sql
|
||||
Reference in New Issue
Block a user