Miro plugin for collaborative design of database schema with ability to generate code.
Follow this link and add plugin to your team.
- Creating Database schema entities
- Editing entity name and fields interactively via forms
- Generating code (like MySQL DDL and others)
- Uses server only for static files (stores data in widgets metadata)
- Uses preact and webpack for minimizing bundle size
- Clone this repo
- Install dependencies (
$ npm install) - Edit
APP_IDin./src/Config.ts - Run webpack dev server (
$ npm start) - App available at https://127.0.0.1:9000
- Add SSL certificate to browser exceptions

