Skip to content

Commit bf017ab

Browse files
committed
refs #281, Pandas partially working
Lots of cleanup to do yet!
1 parent 97e3686 commit bf017ab

File tree

3 files changed

+32
-320
lines changed

3 files changed

+32
-320
lines changed

examples/SQLite_examples/Journal.db

0 Bytes
Binary file not shown.

examples/SQLite_examples/journal_external.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828

2929
win = sg.Window('Journal (external) example', layout, finalize=True)
30-
driver = ss.Driver.sqlite('./SQLite_examples/Journal.db', sql_script='journal.sql')
30+
driver = ss.Driver.sqlite('Journal.db', sql_script='journal.sql')
3131
frm = ss.Form(driver, bind_window=win) # <=== Here is the magic!
3232
# Note: sql_script is only run if Journal.db does not exist! This has the effect of creating a new blank
3333
# database as defined by the sql_script file if the database does not yet exist, otherwise it will use the database!

0 commit comments

Comments
 (0)