SurrealDB

SurrealDB multi-model database connector.

Configuration Parameters

  • Host URL – SurrealDB server URL (HTTP / HTTPS / WebSocket).

  • Port – Port on which the SurrealDB service is running.

  • Namespace – SurrealDB namespace to connect to.

  • Database Name – Target database inside the namespace.

  • Username – Login username (if authentication is enabled).

  • Password – Login password (if authentication is enabled).

  • Query – SurrealQL query that fetches data from the selected table.

  • Enable Limit & Offset (Optional) – Enables pagination controls for query execution.

SurrealDB Configuration

Last updated