Is it possible to use memSQL/SingleStore with Spring Data JPA?

Viewed 18

I want to use SingleStore database with my Spring Boot Application which uses Spring Data JPA. How it can be achieved?

1 Answers

To leverage SingleStoreDB with Spring Boot, you would use the JDBC connectors for both technologies - Spring + SingleStore. If you are using some ORM style features, use the mysql dialect. If you run into issues you can raise them here, on the forum or to support if you're an active customer.

Related