From 6bdab2846fcb659f86877beacfa74307a25d6537 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Sun, 7 Dec 2025 10:57:18 +0100 Subject: [PATCH] Fix postgresql-wheel link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2b921..e7e262c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ def tmp_postgres(): Postgres binaries in the package can be found in the directory pointed to by the `pgserver.POSTGRES_BIN_PATH` to be used directly. -This project was originally based on [](https://github.com/michelp/postgresql-wheel), which provides a linux wheel. +This project was originally based on , which provides a linux wheel. But adds the following differences: 1. binary wheels for multiple platforms (ubuntu x86, MacOS apple silicon, MacOS x86, Windows) 2. postgres python management: cross-platfurm startup and cleanup including many edge cases, runs on colab etc.