Skip to content

Add a Debug impl for <DB>Row #150

Closed
@mehcode

Description

@mehcode

As an example, debug printing a PgRow should display something similar to HashMap:

PgRow { 0: value0, "column": value1, 2: value2 }

I'm not sure how we should print something like PgValue. We could ask the type and try and match to print out something reasonable looking, falling back to raw bytes? Ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions