This project is an example of how to use the basics of the SQLx crate. SQLx is a crate that enables async connection and operations on an SQL database. In the case of this repository we use an SQLite database.
The tutorial explaining the project can be found here Rust SQLx basics with SQLite: super easy how to.
No additional configuration is required to run the project.
The command to start the project:
cargo run --release