Skip to content

Commit

Permalink
init sqlite db
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaConcon committed Dec 1, 2018
1 parent 16237b7 commit 641bb76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utscfood-api/sql.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import sqlite3

db_file_name = 'sql.db'

connection = sqlite3.connect(db_file_name)

0 comments on commit 641bb76

Please sign in to comment.