You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file contains all the needed SQL queries that run the PiWood Derby
dropQuery = "DROP TABLE IF EXISTS racers;"
createQuery = "CREATE TABLE IF NOT EXISTS racers (id INTEGER PRIMARY KEY, name TEXT, time_1 REAL, time_2 REAL, time_3 REAL, average INTEGER, scale_speed INTEGER);"