Embedding SurrealDB in Rust with its HTTP API

64 Views Asked by At

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.

0

There are 0 best solutions below