# Functions
Open returns a pgx source connected to database connection string with config.
WithInstance returns Store source initialised with the given connection pool instance and config.
# Interfaces
Instance is an abstraction of pgx API, to allow to use pgx.Conn or pgxpool.Pool.