Expand description
SQLite-backed dictionary index reader.
Replaces the in-memory .index file reader with a database-backed implementation
that supports both single-dictionary and cross-dictionary word lookups.
Structs§
- DbIndex
Reader - SQLite-backed implementation of
IndexReader.
Functions§
- escape_
like_ 🔒prefix - Escapes SQLite LIKE wildcards (
%,_) and the escape character (\) so a user-supplied prefix is matched literally.