Skip to content

Methods to access sql.Rows from raw query #81

Open
@wangzuo

Description

@wangzuo
rows, err := c.Query("select name from users").Rows()
row, err := c.QueryOne("select name form users").Row()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions