Use other database than MSSQL

Have a look at Babelfish support - Feature Requests - Bitwarden Community Forums where we can use Postgres with existing TSQL infrastructure

Hi everyone.

There are software like [xo/usql](https://github.com/xo/usql) that can make this possible. xo/usql is an universal command-line interface for SQL databases: postgres, mssql etc. In theory you could use [xo/usql](https://github.com/xo/usql) to manage data(which may include passwords) from different databases.

does it make sense or not?