Git Product home page Git Product logo

sequelease's Introduction

SQLease

Guided SQL query generator

Problem

Building SQL queries to retrieve data from a database can be challenging. Both for people who are just getting started with SQL and even for seasoned developers who need to build more complex queries, it can be very easy to get lost.

Our Solution

SQLease allows users to visualize their database and automatically constructs their query in a simple step-by-step process. We reimagined the format of a typical SQL query, and broke it into 3 main sections: starting with FROM, then SELECT, and then WHERE.

In the FROM section, the user chooses the tables and any necessary join conditions. Then in SELECT, the user chooses the columns desired in each table. And lastly, in WHERE the user provides the conditions on how to filter their data. These simple selections we ask the user to make get automatically constructed into a valid SQL query, that the user can then copy and paste into their preferred SQL query environment. We also include a preview of the resulting table for reference.

Connect and Structure Demo

From Section Demo

Select and Where Demo

Check out our deployed site on Heroku: https://sequelease.herokuapp.com/

sequelease's People

Contributors

kylebirns avatar rsicher1 avatar sapter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.