pavex icon indicating copy to clipboard operation
pavex copied to clipboard

feat: Add a SQLite-based session storage backend to `pavex_session_sqlx`

Open LukeMathWalker opened this issue 8 months ago • 0 comments
trafficstars

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.

LukeMathWalker avatar Mar 01 '25 06:03 LukeMathWalker