summaryrefslogtreecommitdiff
path: root/examples/sqlx-postgres
AgeCommit message (Expand)Author
2024-09-28Replace async_trait with AFIT / RPITIT (#2308)Zheng Li
2024-09-27Upgrade most example dependencies (#2936)Jonas Platte
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2023-09-08Use "set up" rather than "setup" when used as a verbOlaf Alders
2023-07-16Update to latest sqlx in example (#2099)David Pedersen
2023-05-18Fix the `cargo hack` check (#2013)Jerry Wang
2023-04-21Add `serve` function and remove `Server` re-export (#1868)David Pedersen
2023-03-10Re-integrate examples into the root workspace (#1466)Jonas Platte
2022-12-16Fix typo (#1646)Lukas Kalkhoran
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-11-18Type safe state inheritance (#1532)David Pedersen
2022-08-22Only allow last extractor to mutate the request (#1272)David Pedersen
2022-08-17Add type safe state extractor (#1155)David Pedersen
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-06-10Sort dependencies in `Cargo.toml`s (#1076)David Pedersen
2022-04-29Move examples to separate workspace (#978)David Pedersen
2022-03-06Replace set_var usage in examples (#829)Jonas Platte
2022-03-01Implement `tower::Layer` for `Extension` (#801)David Pedersen
2022-02-04fix: typo in a comment in a sqlx-postgres example (#744)Evgenii
2022-01-30Rework middleware docs (#732)David Pedersen
2022-01-25Add sqlx example with migrations (#722)FlakM