From 099278a5d5554b34ec3b98f693876c0128913056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Wed, 20 Dec 2023 00:51:05 +0100 Subject: [PATCH] noting switch to seaorm --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 8967df3..fe7a677 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ So this is not thought of being a framework. - `axum` as webserver framework - `minijinja` as template renderer - - `diesel` as database framework + - `sea-orm` as database framework - `rust_embed` to embed vital static files ### On the Frontend @@ -44,12 +44,6 @@ So this is not thought of being a framework. - User and Role Implementation - Event-Bus link to RabbitMQ - Logging - - ## Development Installation - -For Dev with SQLite - - - `cargo install diesel_cli --no-default-features --features postgres` ### Windows 10