Modules§
Structs§
- Database
- Database handle providing synchronous API over async SQLx operations.
Uses a bridge pattern with
RUNTIME.block_on()to maintain synchronous interface for compatibility with existing single-threaded event loop.
Constants§
- DB_
FILENAME - The filename of the SQLite database used by Cadmus.