1
0
mirror of https://github.com/bitwarden/server synced 2026-01-31 00:33:17 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Matt Gibson
bbd1a230a6 First complete implementation of Database trait for sql server 2025-11-20 15:24:37 -08:00
Matt Gibson
7bb8296a2c Create temp table enum 2025-11-20 15:24:31 -08:00
Matt Gibson
2c971fc77e fixup sql connection pool 2025-11-20 15:24:24 -08:00
Matt Gibson
f4ec8bd4a0 Improve ms_database errors 2025-11-20 15:24:24 -08:00
Matt Gibson
e559c1b046 Add initial table migrations
Note, there is a name change here relative to AKD. They use a `Users` table with username. However, that will be odd in our design, where we expect to store multiple values per user. Therefore, we generalize to `Values` and `raw_label`
2025-11-20 15:24:22 -08:00
Matt Gibson
6f175c158b re-exports for convenience 2025-11-20 15:24:20 -08:00
Matt Gibson
37cd1a36df Expect migrations from users of ms_database crate. scaffold akd storage 2025-11-20 15:24:17 -08:00
Matt Gibson
3965b241fa Use connection strings and implement connection errors 2025-11-20 15:24:15 -08:00
Matt Gibson
e06807df11 Managed connection pool and migration framework for ms sql using tiberius as a backend 2025-11-20 15:24:07 -08:00