Skip to content

Conversation

@fungl164
Copy link

@fungl164 fungl164 commented Aug 3, 2016

Use it like so:

users := &[]User{}
total, err := cqlr.BindQuery("SELECT * FROM users;").ScanMany(users)
if err != nil {
    return err
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants