Skip to content

Instantly share code, notes, and snippets.

@kidig
Last active December 19, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidig/6006474 to your computer and use it in GitHub Desktop.
Save kidig/6006474 to your computer and use it in GitHub Desktop.
>>> import sqlite3
>>> sqlite3.version
'2.6.0'
>>> sqlite3.sqlite_version
'3.7.17'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment