Skip to content

gufo.blob.aio.sqlite

SQLiteBlob implementation.

SQLiteBlob

Bases: AsyncWrapper[SQLiteBlob]

Async SQLite backend for Gufo Blob.

URL format

sqlite:///path/to/db.sqlite

Options

table: table name (default: blobs) key: key column name (default: k) value: value column name (default: v) busy_timeout: Busy timeout (ms)

Note

This implementation uses threads to achieve non-blocking behaviour.