add a reference to the postgresql DB to the terraform module (after #33 is merged)
in the terraform module, define an env variable to the container app containing a connection string to the database; this string is derived from the DB's terraform resource's properties.
Javascript code reads the env variable to connect to the DB.
Per @IamJeffG:
We need to add
CONNECTION_STRING
andDB_TABLE
vars.