DbGate icon

DbGate 6.3.3

Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dbgate # DbGate
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dbgate # DbGate
  ];
}

Package Definition

{
  "pname": "dbgate",
  "version": "6.3.3",
  "src": {
    "url": "https://github.com/dbgate/dbgate/releases/download/v6.3.3/dbgate-6.3.3-mac_universal.dmg",
    "sha256": "1052a33c9676b2084f14d60efc0dcec36193172b93701f39540b906459fa4375"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DbGate.app\" && cp -r \"DbGate.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others",
    "homepage": "https://dbgate.org/"
  }
}