adminer

adminer 5.5.1

Database management in a single PHP file

https://www.adminer.org
Apache License 2.0GNU General Public License v2.0 only
programs: -
Platforms (79)
s390x-linuxarmv7l-netbsdaarch64-netbsdmsp430-nonei686-freebsdaarch64-freebsdsh4-linuxmipsel-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adminer
];
Ad-hoc shell
nix-shell -p adminer
Flake (nix run)
nix run nixpkgs#adminer