Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Actix / Diesel Example

Building

This build uses a frozen version of the nightly toolchain.

cargo build
cargo install diesel_cli --no-default-features --features sqlite
diesel migration run

Running

cargo run

POST to the service to write a record to the DB.

curl +X POST 127.0.0.1:8080/foo