Perfect-PostgreSQL
Perfect-PostgreSQL copied to clipboard
update PGResult and create PGRow class in the PostgreSQL library, plus quickstart
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.