MS sql database

I need to make Home Assistant to store sensors states in MS-SQL database.
Is there any add-on or workaround to help me to do this.

If you want SQL Server :

recorder:
  db_url: mssql+pyodbc://username:password@SERVER_IP:1433/DB_NAME?charset=utf8&driver=DRIVER

See :

I tried recorder with MySQL but home assistant gave me error which is

but i will try with MS-SQL,I hope it work.