Hacker News new | ask | show | jobs
by metaltyphoon 1245 days ago
I wish they would drop SQL for the self hosting and just use SQLite instead. That's what eats the most RAM on self hosting in .NET version.
1 comments

Based on their current docker-compose file, it seems like they did away with the MS SQL server, at least: https://github.com/bitwarden/server/blob/master/docker-unifi...

[This issue](https://github.com/bitwarden/server/pull/2487) also suggests SQLite was added as a database driver last December.