windranger-io / windranger-mass-delegation-api-server

The API server that manages the delegation of votes and querying of an address' voting power.
Apache License 2.0
0 stars 3 forks source link

feat: PostgreSQL connections #8

Closed CjHare closed 2 years ago

CjHare commented 2 years ago

Purpose for this PR

Connecting to a local instance of Postgres for the unit tests.

The same test code programmatically creates a new database (called massdelegation), install the create_tables script, executes the test then drops the table.