launchbadge / realworld-axum-sqlx

A Rust implementation of the Realworld demo app spec using Axum and SQLx.
GNU Affero General Public License v3.0
803 stars 82 forks source link

Update to Axum 5 and Clap 4 #12

Closed kinxiel closed 1 year ago

kinxiel commented 2 years ago

This is a really nice project to learn how to use Axum with Sqlx. Would be nice to have an updated version, because there are some breaking changes which makes navigating the app a bit difficult.

davidpdrsn commented 2 years ago

I have made a fork of this repo https://github.com/davidpdrsn/realworld-axum-sqlx with up to date dependencies.

kinxiel commented 2 years ago

Thank you for the update. This helps a lot.