Command Palette
Search for a command to run

PostgreSQL Local Setup

✓ Relevant

Pull PostgreSQL Docker image and start container with `docker run --name drizzle-postgres -e POSTGRES_PASSWORD=mypassword -d -p 5432:5432 postgres`, then connect via `postgres://postgres:mypassword@localhost:5432/postgres`