squeaknode/docker
Jonathan Zernik 740148a287
Add postgres db (#20)
* Add postgres db to server

* Able to connect to postgres

* Connect to postgres successfully without error by omitting database name that doesnt exist

* Create squeak table in initdb script

* Fix data types for columns in squeak table

* Construct server handler with a db connection instance

* Use context manager for db connection and cursor

* Implement insert_squeak method, still not working.

* Updated squeak table schema and insert method

* Got itest working with bob downloading alice's squeak from the server
2020-06-04 02:41:16 -07:00
..
btcd Itest for squeaknodeclient (#3) 2020-03-01 00:15:24 -08:00
frontend Itest for squeaknodeclient (#3) 2020-03-01 00:15:24 -08:00
lnd Itest for squeaknodeclient (#3) 2020-03-01 00:15:24 -08:00
sqkclient Add postgres db (#20) 2020-06-04 02:41:16 -07:00
sqkserver Add postgres db (#20) 2020-06-04 02:41:16 -07:00
test Add postgres db (#20) 2020-06-04 02:41:16 -07:00
docker-compose.yml Itest for squeaknodeclient (#3) 2020-03-01 00:15:24 -08:00