https://github.com/web-ridge/dbifier
Aims to create a tool to which is easy to use to model your database
https://github.com/web-ridge/dbifier
Last synced: 3 months ago
JSON representation
Aims to create a tool to which is easy to use to model your database
- Host: GitHub
- URL: https://github.com/web-ridge/dbifier
- Owner: web-ridge
- License: mit
- Created: 2020-05-12T15:26:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T05:43:21.000Z (over 2 years ago)
- Last Synced: 2025-01-10T12:46:19.232Z (5 months ago)
- Language: TypeScript
- Homepage: http://dbifier.com/
- Size: 1.57 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## database modeling with a strong opinion
Aims to create an online tool to which is really easy to use to model your database. Not at all finished.
See short video demo's here:- 12 May: basic export to MySQL / PostgreSQL https://twitter.com/RichardLindhout/status/1260321745283710980
- 12 May: basic proof of concept: https://twitter.com/RichardLindhout/status/1260307743652675585## Note
This program is not usable yet, you're welcome to contribute if you like!
## Roadmap
- [x] Very rough proof of concept
- [ ] Create basic models
- [ ] Create basic relations
- [x] Export to MySQL or PostgreSQL
- [ ] Import from MySQL or PostgreSQL
- [ ] Better approach for saving data locally
- [ ] Make this an Electron app and automatically save migrations (Golang migrate / Laravel migrations)## Why
Because current solutions require too much knowledge or clicking, are too advanced for most use-cases and cost too much \$\$.
## Techniques
https://github.com/holistics/dbml
https://github.com/qiao/PathFinding.js/