SQL Joins Visualizer help to you build SQL JOIN between two tables by using of Venn diagrams.
To start it in development mode, you need install node.js and run:
$ pnpm install # get all deps
$ pnpm run dev # start server on 3000 port
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request