Module db

Module db 

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.