for SQLite

SQLite admin in a single PHP file

Coming soon See all tools

Browse, insert, edit, and delete records in any SQLite database. No server required, no credentials — just point it at your .db file and go.

Full table CRUD

Browse, insert, edit, and delete records across every table in your SQLite database.

File-based connection

Configure a path to any .db or .sqlite file — no server, no credentials required.

Schema-aware

Reads column types, NOT NULL constraints, defaults, and foreign keys via PRAGMA statements.

Per-column rules

Customize labels, hints, readonly fields, and hidden columns via config.php.

CSRF protection

All write operations are protected by token-based CSRF validation.

Zero extra dependencies

SQLite support is built into PHP. No extensions to install, no Composer.