Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days ago
JSON representation
Database schema designer for Laravel & Lumen
- Host: GitHub
- URL: https://github.com/agontuk/schema-designer
- Owner: Agontuk
- License: mit
- Created: 2017-01-12T07:39:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T23:13:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:04:22.471Z (7 months ago)
- Topics: database, design, diagram, laravel, lumen, schema
- Language: JavaScript
- Homepage: https://agontuk.github.io/schema-designer/
- Size: 681 KB
- Stars: 119
- Watchers: 10
- Forks: 51
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)