for PostgreSQL

PostgreSQL admin in a single PHP file

Built for developers who work with PostgreSQL and want the same drop-in admin experience AMPLE provides for MySQL — without installing pgAdmin or setting up a separate admin stack.

Drop apple.php next to your application, enter your connection details, and you have a complete PostgreSQL admin interface in under a minute. Full schema support, arrays, JSONB, enums, sequences — all handled automatically.

Browse across schemas, insert and edit records, run raw SQL queries, and export results to CSV or JSON — without touching a line of code.

Reading level

Full CRUD

Browse, insert, update, and delete records across any schema and table. Pagination, inline actions, and bulk delete included.

Browse, insert, update, and delete records across any schema and table. Pagination, inline actions, and bulk delete included.

Native Postgres types

Auto-detects arrays, JSONB, enums, hstore, UUID, and sequences — rendering the right input for every column automatically.

Auto-detects arrays, JSONB, enums, hstore, UUID, and sequences — rendering the right input for every column automatically.

Schema navigation

Browse and switch between PostgreSQL schemas and the tables within them from the sidebar.

Browse and switch between PostgreSQL schemas and the tables within them from the sidebar.

Column rules

Store per-column configuration in Postgres comments. Override labels, add hints, mark fields as readonly or hidden.

Store per-column configuration in Postgres comments. Override labels, add hints, mark fields as readonly or hidden.

Lockable config

Ship a config.php to pre-lock host, port, schema, or table. Ideal for embedding next to a specific app.

Ship a config.php to pre-lock host, port, schema, or table. Ideal for embedding next to a specific app.

One file

Everything in apple.php — no Composer, no npm, no build step. Upload it however you deploy.

Everything in apple.php — no Composer, no npm, no build step. Upload it however you deploy.

Download

Grab the zip or the bare PHP file below.

Upload

Drop apple.php anywhere on a PHP 8.2+ server.

Connect

Open it in a browser, enter your PostgreSQL credentials, and go.