A streamlit application to write and execute simple SQL codes.
The app is built with Streamlit framework in Python language. Streamlit is an open-source app framework for Machine Learning and Data Science teams.
The following schema is taken from https://www.sqlitetutorial.net/sqlite-sample-database/
This schema is available to write and execute SQL commands.
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.
The resultant rows fetched after the query is executed, can be seen in this section.