Codex MySQL Dependency Not Working

Mine hung up on the pid, I was trying to do what @swombat did, but didn’t have the chops :). Nice work. Here is my test of this on the environment setup, works great!

And when I fired off this task:

This repo is empty, and you don’t need to add any code. For this task we are testing the postgres implementation. Please use:
createdb -U (whoami) (whoami)
psql -U $(whoami)

and the create a table:
CREATE TABLE test_table(id SERIAL PRIMARY KEY, name TEXT);
INSERT INTO test_table(name) VALUES (‘hello’);
SELECT * FROM test_table;

Report back with results to see if you can interact with the DB