Supported databases

This page is referenced in documentation on various places where you have to define dbms=“xxxx” element. However it doesn’t contain real values which can be used. For example which value for dbms correspond to Microsoft SQL Server?
https://www.liquibase.com/supported-databases

I agree, the supported databases page must have been updated, it no longer contains the correct details for the “dbms” attribute.

But, the “dbms” attribute is only needed if you are using your changelogs for multiple dbms platforms, and you have changesets that need to be specific for a particular dbms.

For example:

changeset 1, runs on all dbms platforms. No “dbms” attribute needed

changeset 2, runs only on oracle. set dbms=“oracle”