Skip to content

A streamlit application to write and execute simple SQL codes

License

Notifications You must be signed in to change notification settings

banerjeesoumya15/SQLPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A streamlit application to write and execute simple SQL codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages