The mssql_database module is used to create and manage SQL Server Databases
yolo:
mssql_database.present
salt.states.mssql_database.absent(name, **kwargs)¶Ensure that the named database is absent
salt.states.mssql_database.present(name, containment='NONE', options=None, **kwargs)¶Ensure that the named database is present with the specified options
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1