AspireSurrealDbExtensions
Class static net10.0
Provides extension methods for registering SurrealDB-related services in an
Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireSurrealDbExtensions{ // ...}Methods2
Section titled MethodsAddKeyedSurrealClient(IHostApplicationBuilder, string, Action<SurrealDbClientSettings>)extension Registers
Net.SurrealDbClient as a keyed service for the given name in the services provided by the builder. AddSurrealClient(IHostApplicationBuilder, string, Action<SurrealDbClientSettings>)extension Registers
Net.SurrealDbClient in the services provided by the builder.