pavex
pavex copied to clipboard
An easy-to-use Rust framework for building robust and performant APIs
It should use the `redis` crate as its driver. It should be structured like our Postgres-based implementation in `pavex_session_sqlx`.
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...
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...
This is a good first issue for those who want to start working on `pavexc`, the compiler side of Pavex. If you're interested in tackling it, comment here to claim...
https://api.pavex.dev will always populate the `X-Server-Request-Id` header whenever it returns a response. It looks like `sri-xxxx`, since it's built on `ServerRequestId`. Pavex's CLI should include that request id whenever it...