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