9 buildPythonPackage rec {
10 pname = "harlequin-postgres";
15 pname = "harlequin_postgres";
17 hash = "sha256-1y8S3z6ZTt+PZg75aB/bKnEPdAtqjZ2IqyBtUBk8IFA=";
29 # To prevent circular dependency
30 # as harlequin-postgres requires harlequin which requires harlequin-postgres
37 description = "A Harlequin adapter for Postgres";
38 homepage = "https://pypi.org/project/harlequin-postgres/";
39 license = lib.licenses.mit;
40 maintainers = with lib.maintainers; [ pcboy ];