Skip to content

IDatabase.Open method (1 of 2)

Opens the connection to a Surreal database instance using the preconfigured configuration. Configures the client with all applicable settings.

public Task Open(CancellationToken ct = default)

See Also


IDatabase.Open method (2 of 2)

Opens the connection to a Surreal database instance using the provided configuration. Configures the client with all applicable settings.

public Task Open(Config config, CancellationToken ct = default)

See Also