Skip to content

kilroyjones/rust-tutorial-actix-diesel-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo for a Rust tutorial on Actix and the Diesel ORM.

You can find the video series here.

Update: October, 2021

While this tutorial may still be helpful, Rust has been moving quite fast in recent years and you'd do best to look around and see if Diesel is still the best choice.

NOTE that Actix is actively maintained and some of the codes may be deprecated by the time you use them.

As of July 2022, Actix-Web 4 is out and the videos are not updated yet.

This is an updated version that does not have any videos explaining it.

Commands

Creating the docs

To see the documentation (updated) run:

cargo doc --open

`

About

A tutorial showing a basic API with actix-web, diesel and sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published