gufo.blob.aio.sqlite¶
SQLiteBlob implementation.
SQLiteBlob
¶
Bases: AsyncWrapper[SQLiteBlob]
Async SQLite backend for Gufo Blob.
URL format
sqlite:///path/to/db.sqlite
Note
This implementation uses threads to achieve non-blocking behaviour.