Sql Dialect for Singlestor

I am currently using MySql5Dialect to integrate witn Jpa but in latest spring version this is deprecated.
Is there any recommendation of which dialect we should use with Single store

Hi Eric.

Thanks for reaching out.

Is this SingleStoreDB Cloud, or self-managed? What version of SingleStore are you running? What version of Spring JPA are you running?

SingleStore is ANSI SQL compliant and MySQL wire protocol compatible, making it easy to connect with existing tools. SingleStore supports most MySQL-compatible clients and libraries such ODBC and JDBC drivers from MariaDB and MySQL, and provides dedicated ODBC and JDBC drivers.