Skip to main content

Module db

Module db 

Source
Expand description

Database access layer for monolingual dictionary metadata.

Manages the reader_dict_monolingual_metadata table, which caches the API response from https://www.reader-dict.com/api/v1/dictionaries. Only monolingual entries (source language == target language) are stored.

Also manages the reader_dict_monolingual_installed table, which tracks which version of each dictionary is currently installed on the device.

Structsยง

Db ๐Ÿ”’
Database handle for monolingual dictionary tables.