Module db
cadmus_
core
v0.10.0-37-g9869534
Module db
Module Items
Modules
Structs
In crate cadmus_
core
cadmus_core
Module
db
Copy item path
Source
Modules
§
migrations
runtime
types
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.