Method UsePostgres(RedbOptionsBuilder, string?)
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)