pavex icon indicating copy to clipboard operation
pavex copied to clipboard

An easy-to-use Rust framework for building robust and performant APIs

Results 16 pavex issues
Sort by recently updated
recently updated
newest added
trafficstars

It should use the `redis` crate as its driver. It should be structured like our Postgres-based implementation in `pavex_session_sqlx`.

enhancement
good first issue
p-pavex-session

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...

enhancement
good first issue
p-pavex-session-sqlx

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...

enhancement
good first issue
p-pavex-session-sqlx

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...

enhancement
good first issue
diagnostics
p-pavexc

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...

enhancement
good first issue
diagnostics
p-pavex-cli