You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use builtin sqlite3 library instead of 'sqlite3' CLI
This removes the dependency on the 'sqlite3' third-party program, which is not present by default on most distributions (eg: Ubuntu 14.04) in favor of the sqlite3 library built into Python.
Fixes#244
0 commit comments