From 4a6e164cf33869c52461f6611f7820576fcf61cf Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Mon, 31 Jan 2022 23:10:03 -0800 Subject: [PATCH] ECOSYSTEM.md: mention realworld-axum-sqlx (#741) --- ECOSYSTEM.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 7848eef9..d3a7b022 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -19,6 +19,10 @@ If your project isn't listed here and you would like it to be, please feel free - [notify.run](https://github.com/notify-run/notify-run-rs): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust. - [turbo.fish](https://turbo.fish/) ([repository](https://github.com/jplatte/turbo.fish)): Find out for yourself 😉 - [Book Management](https://github.com/lz1998/axum-book-management): CRUD system of book-management with ORM and JWT for educational purposes. +- [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld] demo app spec using Axum and [SQLx]. + +[Realworld]: https://github.com/gothinkster/realworld +[SQLx]: https://github.com/launchbadge/sqlx ## Tutorials