pavex
pavex copied to clipboard
feat: Add a MySQL-based session storage backend to `pavex_session_sqlx`
trafficstars
We currently have a Postgres-based implementation. We should add a MySQL one.
It should be gated behind a feature flag, named mysql.
The structure should follow the one for the current Postgres implementation.