SQuirrel SQL icon

SQuirrel SQL 5.1.0

Graphical Java program for viewing the structure of a JDBC compliant database

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    squirrelsql # SQuirrel SQL
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    squirrelsql # SQuirrel SQL
  ];
}

Package Definition

{
  "pname": "squirrelsql",
  "version": "5.1.0",
  "src": {
    "url": "https://downloads.sourceforge.net/squirrel-sql/1-stable/5.1.0/squirrel-sql-5.1.0-MACOSX-install.jar",
    "sha256": "f7f46612844f3988c3f0a56f86aefb974430ca60cf80da8a5b06c8f2a4a99420"
  },
  "installPhase": [],
  "meta": {
    "description": "Graphical Java program for viewing the structure of a JDBC compliant database",
    "homepage": "https://squirrel-sql.sourceforge.io/"
  }
}