jerrycan-db 0.1.0

Database extension for the jerrycan framework: SQLite + Postgres via sqlx, module-owned migrations, Db dependency. https://jerrycan.cc
Documentation

Database extension: one URL-driven Db over SQLite and Postgres (sqlx Any), module-owned dual-dialect migrations, and a deterministic ?$n translator (sqlx's Any driver does NOT translate placeholders; ours is quote-blind and safe because generated SQL never embeds string literals).