omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module

Home Page:https://aiosqlite.omnilib.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Import all sqlite3 available imports

Andrew-Chen-Wang opened this issue · comments

Description

aiosqlite should import all of sqlite3's available things e.g. exception classes like DataError.

Details

  • OS:
  • Python version:
  • aiosqlite version:
  • Can you repro on 'main' branch?
  • Can you repro in a clean virtualenv?