- To rename a project, click on the project title and type the name of your choice.
- To load a project, hover the dropdown menu and choose one of the projects.
- To delete a project, click on the x next to the name of the project to be deleted.
- To create a new project, just click on New Project.
- To add a table, click the + button in the lower left corner of the screen.
- To switch between showing and hiding controls, click the pencil button.
- To rename a table click on the title and type the one of your choice.
- To drag a table, click on the light gray part and move the mouse.
- To delete a table, drag it to the trash icon.
- To add a column, click the + button inside the table:
- To switch a column between primary-key and non primary-key click on the key icon.
- To delete a column click on the x of the respective column.
- To move the viewport, click with the middle mouse button and drag.
- All changes are saved automatically in your browser.
Clone this repo and install all dependencies
yarn
or npm install
yarn dev
or npm run dev
and open http://localhost:3000 on your browser
yarn build
or npm run build