Last active
May 3, 2017 15:28
-
-
Save Dwiga/2f2ff4439222cf1f3d533d5859063cb6 to your computer and use it in GitHub Desktop.
SQLite connect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlite3 | |
con = sqlite3.connect("alpha.db") | |
exe = con.cursor() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment