Skip to main content

Module db_index

Module db_index 

Source
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§

DbIndexReader
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.