Run PostgreSQL in Python — No Setup Required

Overview

Love PostgreSQL as a database, but hate having to provision it for your Python programs? The pgserver library spins up a no-maintenance, self-contained instance of PostgreSQL inside a Python virtual environment, letting you use PostgreSQL as a data layer without requiring any manual database setup.

Register Now