actix-web-boilerplate icon indicating copy to clipboard operation
actix-web-boilerplate copied to clipboard

An Actix Web boilerplate with R2D2 and Diesel ORM/Migrations

Results 1 actix-web-boilerplate issues
Sort by recently updated
recently updated
newest added

Diesel is a synchronous db, so surely executing it will block the main thread on request without using `web::block`? > The current versions of Diesel (v1/v2) does not support asynchronous...