tlocke / pg8000

A Pure-Python PostgreSQL Driver
BSD 3-Clause "New" or "Revised" License
515 stars 46 forks source link

Add a utility shell script to launch PostgreSQL in Docker #165

Open bjorkegeek opened 1 month ago

bjorkegeek commented 1 month ago

Using README.md and some trial and error, I have written a shell script to fire up a properly configured PostgreSQL server in Docker to run the test suite against.

tlocke commented 3 weeks ago

Thanks, this looks interesting. Maybe it can also be used in the GitHub Actions.