Skip to main content

Module sqlite_store

Module sqlite_store 

Source
Expand description

SQLite-backed implementation of TraceStore.

Uses sqlx with native async support. Schema is auto-created on first open. Suitable for single-process deployments and development.

Structsยง

SqliteStore
SQLite store backed by a sqlx connection pool.