mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 11:54:32 +02:00
Now you just 'from sqlite_utils import Database'
Plus fixed ad_id in the Russian ads example in the docs
This commit is contained in:
parent
b69f8b6c85
commit
5deb65f062
4 changed files with 13 additions and 9 deletions
|
|
@ -0,0 +1,3 @@
|
|||
from .db import Database
|
||||
|
||||
__all__ = ["Database"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue