Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.96 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.96 KB

Streamlit Python Heroku LinkedIn Twitter

SQLPlayground

About

home

A streamlit application to write and execute simple SQL codes.

Built With

The app is built with Streamlit framework in Python language. Streamlit is an open-source app framework for Machine Learning and Data Science teams.

Functionalities

functionality_1

Schema Diagram

schema-diagram
The following schema is taken from https://www.sqlitetutorial.net/sqlite-sample-database/ This schema is available to write and execute SQL commands.

SQL code editor

Here the user writes the SQL code to be executed. After the code is entered, "Execute" button is pressed to execute the code. After the code is executed, result can be seen in Display Result section.

Display Result

The resultant rows fetched after the query is executed, can be seen in this section.