aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/database.rs (follow)
Commit message (Collapse)AuthorAge
* Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable2021-04-20
* Switch to warp + sql, use async and stable rust * Update CI to use stable