sqlite_ext.py 142 B

123456789
  1. import typing
  2. class SqliteExtDatabase:
  3. def __init__(self, path: typing.Optional[str]):
  4. pass
  5. def atomic(self):
  6. pass