Our github-actions based CI setup uses tox to run against different Django versions, and the action matrix to select Python versions and database systems.
But it currently uses the database URL as the value indicating "postgres", and an empty string for "sqlite".
The matrix labels should be easier on the eyes and more informative.