Cockroachdb support in sqlalchemy

Hi all - from the docs of home assistant it implies that if sqlalchemy supports a database that it is also supported by home assistant:

Home Assistant uses SQLAlchemy, which is an Object Relational Mapper (ORM). This means that you can use any SQL backend for the recorder that is supported by SQLAlchemy, like MySQL, MariaDB, PostgreSQL, or MS SQL Server.

Sqlalchemy supports cockroachdb, and I would love to use cockroachdb to back my system (its a great high-availability/horizontal scaling/backup and restore story). This comment suggests it is as easy as including it as a dependency. Can we get this into a future version?

Thanks!