Expand description
SQLite database backend for the BIDS file index.
Stores files, entity tags, metadata, and file associations in a SQLite database (in-memory or on-disk). Supports REGEXP queries via a custom function and transactional bulk inserts for fast indexing.
Structsยง
- Database
- Manages the SQLite database backing a
BidsLayoutindex.