Skip to content

tmsdev82/sqlx-sqlite-basics-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust SQLx basics with SQLite

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.

Starting the app

No additional configuration is required to run the project.

The command to start the project:

cargo run --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages