Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fetch/Go.Lookup query example #15

Closed
ansarizafar opened this issue Feb 19, 2020 · 2 comments
Closed

Add fetch/Go.Lookup query example #15

ansarizafar opened this issue Feb 19, 2020 · 2 comments
Assignees

Comments

@ansarizafar
Copy link

Please add fetch/Go.Lookup query example to read me or documentation.

@vnnw
Copy link

vnnw commented Jul 13, 2020

Any update?

@Aiee
Copy link
Contributor

Aiee commented Jun 28, 2021

Like the example stated, after you get a session, use the execute() method to execute a query:

queryStr := ""
// Excute a query
resultSet, err := session.Execute(queryStr)
if err != nil {
	fmt.Print(err.Error())
	return
}

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

No branches or pull requests

3 participants