Perfect-PostgreSQL icon indicating copy to clipboard operation
Perfect-PostgreSQL copied to clipboard

update PGResult and create PGRow class in the PostgreSQL library, plus quickstart

Open taplin opened this issue 9 years ago • 0 comments

Updated PGResult to conform to Sequence and IteratorProtocol, created PGRow struct to handle the row based access. Added Tests to cover new functionality.

Also created quickstart examples to illustrate usage.

taplin avatar Aug 30 '16 18:08 taplin