Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsu2000/sql_box
A simple SQL sandbox playground to practice SQL queries.
https://github.com/tsu2000/sql_box
learning sql sqlite3 streamlit
Last synced: 20 days ago
JSON representation
A simple SQL sandbox playground to practice SQL queries.
- Host: GitHub
- URL: https://github.com/tsu2000/sql_box
- Owner: tsu2000
- License: mit
- Created: 2023-06-29T15:32:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:46:52.000Z (over 1 year ago)
- Last Synced: 2024-11-22T16:21:11.520Z (3 months ago)
- Topics: learning, sql, sqlite3, streamlit
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sql_box
A simple SQL sandbox playground web app to practice SQL queries on sample data from a database.![image](https://github.com/tsu2000/sql_box/assets/106811131/f851c940-d8b2-4857-bcd7-23391d596fd0)
**Notes**:
- The "database" in question is a connection to an SQLite3 file with attached datbases to simulate multiple schemas. No SQL server of any kind was used because it was not necessary.
- Database data was mainly taken from this [YouTube Tutorial]() about MySQL, with slight modifications to suit the nature of the questions in the web app.
- More questions can be added to the question bank. Submit a pull request to add questions. Questions must be based on the sample data in the database, which you can view at the link to the app below.
- Certain commands that work in other SQL platforms or editors **may not** work in this application.
- Only 1 query can be executed at the time, so refrain from entering multiple SQL queries into the data editor.**Link to Web App**:
[
]()