Instance Method
execute(_:logger:file:line:)
Execute a prepared statement, taking care of the preparation when necessary.
func execute<Statement, Row>(_ preparedStatement: Statement, logger: Logger, file: String = #fileID, line: Int = #line) async throws -> AsyncThrowingMapSequence<PostgresRowSequence, Row> where Statement : PostgresPreparedStatement, Row == Statement.Row