-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Description
This code can use pysqlite3 if available. The version should be exposed on /-/versions.
datasette/datasette/utils/sqlite.py
Lines 1 to 4 in 4cce551
| try: | |
| import pysqlite3 as sqlite3 | |
| except ImportError: | |
| import sqlite3 |
Reactions are currently unavailable