DBeaver Enterprise Edition icon

DBeaver Enterprise Edition 25.0.0

Universal database tool and SQL client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dbeaver-enterprise # DBeaver Enterprise Edition
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dbeaver-enterprise # DBeaver Enterprise Edition
  ];
}

Package Definition

{
  "pname": "dbeaver-enterprise",
  "version": "25.0.0",
  "src": {
    "url": "https://dbeaver.com/files/25.0.0/dbeaver-ee-25.0.0-macos-aarch64.dmg",
    "sha256": "0c7f762ec81ca3ac792d2d8512c53e17e7f44168a1d8eff36d3385efb2f349ca"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DBeaverEE.app\" && cp -r \"DBeaverEE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Universal database tool and SQL client",
    "homepage": "https://dbeaver.com/"
  }
}