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

Feature request: NextRow #31

Open
flowchartsman opened this issue Sep 9, 2014 · 1 comment
Open

Feature request: NextRow #31

flowchartsman opened this issue Sep 9, 2014 · 1 comment

Comments

@flowchartsman
Copy link

This is a great lightweight framework, but I wish it had the ability to read one row at a time. I have some larger queries that I can't afford to pull completely into memory. Maybe something like a callback where a false return means "I'm done fetching rows now"?

@eaigner
Copy link
Owner

eaigner commented Oct 6, 2014

If you require NextRow in some cases, you can still fallback to the default Go database/sql.DB object that Jet exposes at the moment.

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

2 participants