Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sqlpro-for-postgres # SQLPro for Postgres
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sqlpro-for-postgres # SQLPro for Postgres
];
}
Package Definition
{
"pname": "sqlpro-for-postgres",
"version": "2025.06",
"src": {
"url": "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.2025.06.app.zip",
"sha256": "f9082998ba9f41f67e8a8ddedea64c254158f10dcf87e9814c1023bfdb22f2c3"
},
"installPhase": [
"mkdir -p \"$out/Applications/SQLPro for Postgres.app\" && cp -r \"SQLPro for Postgres.app\" \"$out/Applications\""
],
"meta": {
"description": "Lightweight PostgreSQL database client",
"homepage": "https://www.macpostgresclient.com/SQLProPostgres"
}
}