Hi,
I am trying to use Camunda (Spring Boot embedded) with SingleStore distributed DBMS as the backend.
SingleStore uses the same SQL as mysql and applications can use mysql jdbc drivers when connecting to Singlestore.
However Singlestore doesn’t support foreign keys.
I have manually created all camunda tables and indexes( from identity and engine sql of mysql) in my singlestore db. However I have skipped the sql for foreign keys. My question is will Camunda work as expected without the foreign keys ?