Make iterate() lazy in JavaScript API #514
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
JavaScript bindings
Currently,
iterate()
callsall()
internally, which fetches all rows eagerly. Let's make iterate lazily callsqlite3_step()
instead.The text was updated successfully, but these errors were encountered: