All Projects → le0pard → Sql Joins App

le0pard / Sql Joins App

Licence: mit
SQL JOINS visualizer

Labels

Projects that are alternatives of or similar to Sql Joins App

Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (-8.18%)
Mutual labels:  sql
Cg Sql
CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.
Stars: ✭ 210 (-4.55%)
Mutual labels:  sql
Calcite
Apache Calcite
Stars: ✭ 2,816 (+1180%)
Mutual labels:  sql
Pgsync
Postgres to elasticsearch sync
Stars: ✭ 205 (-6.82%)
Mutual labels:  sql
Shardingsphere
Build criterion and ecosystem above multi-model databases
Stars: ✭ 14,989 (+6713.18%)
Mutual labels:  sql
Sql Language Server
SQL Language Server
Stars: ✭ 210 (-4.55%)
Mutual labels:  sql
Askgit
Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊
Stars: ✭ 2,707 (+1130.45%)
Mutual labels:  sql
Grdbcombine
GRDB ❤️ Combine
Stars: ✭ 220 (+0%)
Mutual labels:  sql
Tsql Parser
Library Written in C# For Parsing SQL Server T-SQL Scripts in .Net
Stars: ✭ 203 (-7.73%)
Mutual labels:  sql
Pipelinedb
High-performance time-series aggregation for PostgreSQL
Stars: ✭ 2,447 (+1012.27%)
Mutual labels:  sql
Javacollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
Stars: ✭ 2,957 (+1244.09%)
Mutual labels:  sql
Dapper
Dapper - a simple object mapper for .Net
Stars: ✭ 14,330 (+6413.64%)
Mutual labels:  sql
Bulk Writer
Provides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.
Stars: ✭ 210 (-4.55%)
Mutual labels:  sql
Pgbadger
A fast PostgreSQL Log Analyzer
Stars: ✭ 2,522 (+1046.36%)
Mutual labels:  sql
Java Persistence Frameworks Comparison
Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)
Stars: ✭ 213 (-3.18%)
Mutual labels:  sql
Steampipe
Steampipe command line interface (CLI)
Stars: ✭ 200 (-9.09%)
Mutual labels:  sql
Splitgraph
Splitgraph command line client and python library
Stars: ✭ 209 (-5%)
Mutual labels:  sql
Heidisql
A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi
Stars: ✭ 2,864 (+1201.82%)
Mutual labels:  sql
Pdox
useful query builder class that works with PHP PDO class for simple access your data.
Stars: ✭ 217 (-1.36%)
Mutual labels:  sql
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+1072.27%)
Mutual labels:  sql

SQL Joins Visualizer

SQL Joins Visualizer help to you build SQL JOIN between two tables by using of Venn diagrams.

Development

Main logic. Web app build on top of middleman. To start it in development mode, you need install ruby and run in terminal:

$ bundle # get all deps
$ middleman server # start server on 4567 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].