AMPLE Scaffolder
for MySQL
Browse, insert, edit, and delete records in any MySQL database. No framework, no Composer, no install — drop one file and go.
- Browse, insert, edit, and delete across any table
- Schema-aware — column types, enums, and foreign keys
- Lockable via
config.php — restrict host, database, or table
- CSRF protection, pagination, and optional query log
APPLE Scaffolder
for PostgreSQL
The same single-file simplicity as AMPLE — built for PostgreSQL with full support for schemas, sequences, arrays, JSONB, and native Postgres types.
- Browse, insert, edit, and delete across schemas and tables
- Native support for arrays, JSONB, enums, and sequences
- Lockable via
config.php — restrict schema, table, or role
- CSRF protection, pagination, and optional query log
SIMPLE Scaffolder
for SQLite
Browse, insert, edit, and delete records in any SQLite database. No server required, no credentials — just point it at your .db file and go.
- Browse, insert, edit, and delete across any table
- File-based — configure a path to any .db or .sqlite file
- Schema-aware via PRAGMA — types, constraints, and defaults
- CSRF protection, pagination, and optional query log
MAPLE Scaffolder
for MongoDB
Browse collections, inspect documents, and manage data in any MongoDB database. Built-in JSON editor, BSON-aware, zero framework dependencies.
- Browse collections and documents across any database
- Built-in JSON editor with nested object and array support
- BSON-aware — ObjectId, Date, and Binary type rendering
- CSRF protection, pagination, and optional query log
STAPLE Scaffolder
for SQL Server
Browse, insert, edit, and delete records in any SQL Server database. Full T-SQL type support — no framework, no Composer, drop one file and go.
- Browse, insert, edit, and delete across any database
- Schema-aware — T-SQL types, identities, and foreign keys
- Lockable via
config.php — restrict database or schema
- CSRF protection, pagination, and optional query log