I'm looking to create a RESTful web service using SQLite for persistence. What are the sane choices for that? I'm looking at actix-web with diesel, but have had trouble putting it all together. Is there something else out there I should be considering?
Take a look at Rocket https://rocket.rs/
Rockets documentation is excellent. We have found it straight forward enough and it has been working well for us for nearly two years.
2 Likes
I am currently reading Create an async CRUD web service in Rust with warp - LogRocket Blog, which uses postgres as the database and tokio for the runtime.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.