From 3de5149808dcd9d17579b90d125613c1b6f3f1e9 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 7 May 2020 00:37:49 +0200 Subject: [PATCH] update --- bitwarden_rs/readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index 7940274..2c2d638 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -15,13 +15,15 @@ Password manager. Bitwarden is a modern popular open source password manager with wide cross platform support. -But the official Bitwarden server is not really fit for smaller deployment and -requires Microsoft SQL server among other things.
+But the official Bitwarden server is bit over-engineered, +requiring Microsoft SQL server among other things, +which makes it not an ideal fit for smaller deployments + So here is where Bitwarden_rs by Daniel GarcĂ­a comes in.
It is a Bitwarden API implementation written in Rust. It's very resource efficient, uses about 10MB of RAM, and close to no CPU.
-It's build using Rocket a web framework for Rust +It's build using Rocket, a web framework for Rust, and user data are stored in a simple sqlite database file. All the client apps are still officials coming from bitwarden,