Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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