Production tool
Reepolee Studio
A visual editor for the SQL DDL files that drive your Reepolee application - edit schema the way you already think about it, and let Studio write consistent, dialect-correct SQL.
How it fits in
Studio runs inside your normal Reepolee app: same navigation, session, language, theme, forms, and confirmation dialogs. Sign in with a user whose module access includes Studio, then open it from the nav or go straight to /studio.
What it gives you
- A two-pane editor - pick a file/table/view on the left sidebar, then edit the table form (or view a read-only view) alongside a live DDL preview, with a floating, dockable Domain Types toolbox for favorites and recently used types
- A curated library of domain types resolved from your project's own SQLite or MySQL configuration - not a generic guess, but the canonical types you've already defined
- Per-column control over name, type, nullability, defaults, primary key, auto increment, uniqueness, generated expressions, and foreign key references
- A live DDL preview that calls the exact same writer used by Save, so what you preview is what you get
- One-click table actions: create a new table with the standard housekeeping columns, copy an existing table definition, delete a table (with confirmation), or generate a v_<table> view with joins inferred from your foreign keys
Built to be safe to use
Studio only ever touches an explicit allowlist of files (your demo and marketplace schema folders - never your foundational SQL). Every mutation requires Studio module access and a valid CSRF token, the server reloads the file fresh before each change, and anything you didn't touch is left byte-identical. Deletions are immediate, so pair Studio with source control as your safety net.
Design your schema visually, then hand it to Reepolee's reeman generators to scaffold CRUD routes, validation, and templates - schema and generated code stay in sync without hand-written DDL drifting apart.
More than 10 developers? Contact us for Enterprise licensing. Contact us
Payments are processed by Polar.sh, our merchant of record.