Skip to main content

Module db

Module db 

Source
Expand description

Embedded SQLite database management using rusqlite.

Provides a thread-safe connection pool wrapper and schema migration. Adapted from the vulnerability-lookup-rs DbPool pattern.

Structsยง

DbPool
Thread-safe SQLite connection pool (single writer via Mutex).