I am writing a server application with embedded SurrealDB and would like to allow external, 3rd party clients (e.g.: Surrealist) to connect to the embedded DB too. Is that possible without implementing all endpoints of SurrealDB's REST API in my code?
I used this code from SurrealDB Docs as a template and included it into my server App. It works well. My app can access the embedded DB, but the HTTP API is not available for external clients.