Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Agontuk/schema-designer

Database schema designer for Laravel & Lumen
https://github.com/Agontuk/schema-designer

database design diagram laravel lumen schema

Last synced: about 2 months ago
JSON representation

Database schema designer for Laravel & Lumen

Awesome Lists containing this project

README

        

# Database schema designer

Design your database diagram with ease. To get started, checkout **[agontuk.github.io/schema-designer](https://agontuk.github.io/schema-designer)**

> NOTE: This project is primarily intended for designing database for laravel/lumen.

## Features
* Easy tables & columns creation.
* Foreign key relations indicator.
* Persistence of data (via local storage).
* Easy migration generation for laravel/lumen (see [schema-builder](https://github.com/Agontuk/schema-builder) package)

## TODO List
- [x] Add import & export functionality via json file.

## Contribution
Any suggestions, pull requests are welcome. But your code should pass eslint validation :)