Skip to content

Instantly share code, notes, and snippets.

@Dwiga
Last active May 3, 2017 15:28
Show Gist options
  • Save Dwiga/2f2ff4439222cf1f3d533d5859063cb6 to your computer and use it in GitHub Desktop.
Save Dwiga/2f2ff4439222cf1f3d533d5859063cb6 to your computer and use it in GitHub Desktop.
SQLite connect
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