The Prompt
Write a PyTest `conftest.py` file that sets up an asynchronous PostgreSQL database connection using SQLAlchemy. Include setup and teardown logic, and ensure tests run in an isolated transaction that rolls back after each test.
How to use this prompt
This prompt generates the perfect boilerplate for DB-isolated PyTest runs.