Skip to content

Show pysqlite3 version on /-/versions #1125

@simonw

Description

@simonw

This code can use pysqlite3 if available. The version should be exposed on /-/versions.

try:
import pysqlite3 as sqlite3
except ImportError:
import sqlite3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions