Method UsePostgres(RedbOptionsBuilder, string?)

Assembly: redb.Postgres.dll

Configures REDB to use PostgreSQL as the database provider.
For Pro version, use AddRedbPro() from redb.Postgres.Pro package.

public static RedbOptionsBuilder UsePostgres(this RedbOptionsBuilder builder, string? connectionString = null)