feat: Add a SQLite-based session storage backend to pavex_session_sqlx
#465
Labels
enhancement
New feature or request
good first issue
Good for newcomers
p-pavex-session-sqlx
Issue related to the pavex_session_sqlx crate
We currently have a Postgres-based implementation. We should add a SQLite one.
It should be gated behind a feature flag, named
sqlite
.The structure should follow the one for the current Postgres implementation.
The text was updated successfully, but these errors were encountered: