James Meyer
James Meyer
The core application now compiles. Now I have the following tasks: - [x] Fix the runtime - [ ] Update the tests to reflect the new type usage - [x]...
Placing this on hold. Currently, my version of `actix-web` is running on 3. Version 3 is on tokio 0.3.*. I'll need for Actix to be on tokio 1.0.0, which means...
Hi @Deepanshusuman . Thank you for the suggestion. Since this repo is to being as an example for people who are still learning Rust, I think it's best to stick...
It looks like `actix-web` is on [4.0 now](https://github.com/actix/actix-web/releases/tag/web-v4.0.0-rc.1). I'll be able to proceed with the upgrade shortly.
Hi @dkatz23238 . Thanks for the question. I believe you've got the source code a little confused. > Hey @jamesjmeyer210 could you explain a bit better the purpose of `db_context.rs`?...
This task has been completed in [this PR](https://github.com/jamesjmeyer210/actix_sqlx_mysql_user_crud/pull/5).