.. | ||
.sqlx | ||
migrations | ||
src | ||
testing | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Server
An actix-web server that uses sqlx to connect to a database.
Some examples
- Api example using actix-web + sqlx + jwt
- CRUD api example using actix-web + sqlx