Running Postgres requires a connection string which specifies how one connects to the database. This is hard coded for now, which is ok, but it should detect an environment variable when one is present that would tell it which database to connect to and how. Since this (probably) has to be in the IO Monad, we'll need to coordinate on doing so.
Running Postgres requires a connection string which specifies how one connects to the database. This is hard coded for now, which is ok, but it should detect an environment variable when one is present that would tell it which database to connect to and how. Since this (probably) has to be in the IO Monad, we'll need to coordinate on doing so.