Paavo-Einari Kaipila 7e1d58ce98 databases/adminer: Ship plugins within the package
Adminer's plugins are now part of the same file and they're autoloaded
if used.
Add build-time options for database drivers and remove mentions about
drivers that aren't in the tree anymore.
MySQL and SQLite on by default due to their rather light dependency
chains.

PR:	288750
2025-08-14 16:19:48 +03:00

7 lines
288 B
Plaintext

Adminer is a full-featured database management tool in a
single PHP file. Supports MySQL, SQLite and PostgreSQL.
This port has been completely revamped. It is now flavored
and plugins are built in to the same 600K file too, no
need to download them separately or to track their updates.