wojta/sqldelight-node-sqlite3-driver

SqlCursor implementation stores whole result

wojta opened this issue · 0 comments

wojta commented

Known issue, the SqlCursor interface doesn't support async behavior.
Unfortunately at the moment entire result of the executed query is read into memory...
So big results should be avoided.