Replace Rusqlite by Sqlx and Actix by Axum (A lot of changes)

This commit is contained in:
Greg Burri 2024-11-03 10:13:31 +01:00
parent 57d7e7a3ce
commit 980c5884a4
28 changed files with 2860 additions and 2262 deletions

View file

@ -1,5 +1,6 @@
use chrono::prelude::*;
#[derive(Debug, Clone)]
pub struct User {
pub id: i64,
pub email: String,