Crate nym_sqlx_pool_guard

Crate nym_sqlx_pool_guard 

Source

Structsยง

SqlitePoolGuard
sqlx::SqlitePool wrapper providing a workaround for the known bug. In principle after requesting to close the sqlite pool, the wrapper monitors open file descriptor and polls periodically until all database files are closed.