Module db

Module db 

Source
Expand description

SQLite database for caching scan and build results.

Stores ScanIndex data per pkgpath to enable resuming interrupted scans. Stores BuildResult data per pkgname to enable resuming interrupted builds. Users should clear the database when pkgsrc is updated.

Structsยง

Database
SQLite database for scan result caching.