oslabs-beta / FindSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findsqlV4

Find+SQL was designed to provide a visual solution to navigating any PostgreSQL database through interactive tables and an automated generation of query strings.

Table of Contents

How to Install

Usage

Input any PostgresQL URI.

screen-gif

Generate a query for all columns from multiple tables.

screen-gif2

Generate a Full Outer Join query from two tables with multiple pairs of matching columns.

screen-gif3

Generate a query for multiple columns from a single table.

screen-gif4

Generate a Where Clause query using AND and OR from a single table with multiple columns and values.

screen-gif5

Copy and paste the generated query string.

Built With

  • React.js (React Hooks)
  • Node.js
  • Express
  • Electron
  • GraphQL
  • PostgresQL
  • AWS

Features

  • Authentication
  • Dynamic URI Input
  • Dynamic visual representation of relational tables
  • Interactive tables/columns/values associated
  • Dynamic query string generator
  • Able to save previous queries

Upcoming Features

  • More query string functionality
  • Docker support
  • Arrow components to point towards relational data
  • Integrate testing

License

Find+SQL is MIT licensed.

Contributors

About


Languages

Language:JavaScript 82.8%Language:CSS 16.2%Language:HTML 1.0%