Method AddRedbProPostgres(IServiceCollection, Action<RedbServiceConfiguration>?)

Assembly: redb.Postgres.Pro.dll

Registers REDB Pro with configuration via lambda (main method).
Includes PVT optimizations, computed expressions and extended functionality.

[Obsolete("Use services.AddRedbPro(o => o.UsePostgres(connectionString)) from redb.Core.Pro.Extensions")]
public static IServiceCollection AddRedbProPostgres(this IServiceCollection services, Action<RedbServiceConfiguration>? configure = null)