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

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

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/