Skip to content

A tool to practice SQL queries via web browser. Start DB, populate it with random data and write queries

Notifications You must be signed in to change notification settings

DanzTheDeadly/SQL_trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_trainer

A tool to practice SQL queries.

Usage

pip3 install -r requirements.txt

python3 main.py

Open a web browser and visit localhost:5000. Push button to create a DB and populate is with random data. Write any query you like. Any data is cleared after shutdown.

The tool is under development.

TO DO:

  • make run.sh script
  • add connection to existing DB
  • more tables
  • logging
  • more CSS
  • examples of complex queries
  • exercises with increasing difficulty

About

A tool to practice SQL queries via web browser. Start DB, populate it with random data and write queries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published