Prefill all parks and teams
This commit is contained in:
@@ -4,7 +4,7 @@ class Database:
|
||||
def __init__(self, database_file):
|
||||
self.db = sqlite3.connect(database_file)
|
||||
|
||||
def build_database(self, sql_file_path):
|
||||
def run_sql_file(self, sql_file_path):
|
||||
sql_script_string = ''
|
||||
with open(sql_file_path, 'r') as sql_file:
|
||||
sql_script_string = sql_file.read()
|
||||
|
||||
Reference in New Issue
Block a user