Our great sponsors
-
My experience is great. I started with PHP and did a lot of Node/TypeScript (and a little Python) before starting Rust. I tried to develop an API with warp, it was really nice but I felt like it was less maintained over time so I migrated to Axum and I'm still really satisfied.
-
My experience is great. I started with PHP and did a lot of Node/TypeScript (and a little Python) before starting Rust. I tried to develop an API with warp, it was really nice but I felt like it was less maintained over time so I migrated to Axum and I'm still really satisfied.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
I don't have a big preference. I really like warp, I really like Axum, other frameworks look really nice so maybe I'll try those one day. Gotham is on my list, it looks really cool!
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (by launchbadge)
For the database stack, maybe check sqlx, it's not an ORM but the readme list two ORM base on it. The concept of sqlx is really cool IMO.