8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17023 commit 255fc10Copy full SHA for 255fc10
079/.gitignore
@@ -0,0 +1 @@
1
+*db
079/sqlite_db_check.py
@@ -4,7 +4,7 @@
4
#The exception is handy because on subsequent runs, it prints a message
5
#that the DB exists. It'll also print any other actual errors. Useful!
6
7
-import sqlite
+import sqlite3
8
import sys
9
10
with sqlite3.connect("my_database.db") as connection:
0 commit comments