Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/le0pard/sql-joins-app
SQL JOINS visualizer
https://github.com/le0pard/sql-joins-app
joins sql venn-diagram visulaization
Last synced: about 7 hours ago
JSON representation
SQL JOINS visualizer
- Host: GitHub
- URL: https://github.com/le0pard/sql-joins-app
- Owner: le0pard
- License: mit
- Created: 2014-12-20T21:15:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T21:06:16.000Z (6 months ago)
- Last Synced: 2024-05-17T22:22:54.236Z (6 months ago)
- Topics: joins, sql, venn-diagram, visulaization
- Language: Svelte
- Homepage: https://sql-joins.leopard.in.ua
- Size: 2.44 MB
- Stars: 255
- Watchers: 10
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [SQL Joins Visualizer](https://sql-joins.leopard.in.ua/)
SQL Joins Visualizer help to you build SQL JOIN between two tables by using of Venn diagrams.
## Development
To start it in development mode, you need install node.js and run:
```bash
$ pnpm install # get all deps
$ pnpm run dev # start server on 3000 port
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request