actix_web + diesel, diesel::r2d2, diesel::Sqlite
cargo build
diesel migration run
cargo run
insert title, body to posts table
curl -X POST -H "Content-Type: application/json" -d '{"title":"pool", "body":"xxx"}' 'localhost:8088/bar'
get titles
curl localhost:8088/foo