Open fire-eggs opened 3 years ago
Python sqlite has a fetchmany operation which would be the easiest way to do paging.
fetchmany
This issue supersedes issue #42.
Python sqlite has a
fetchmany
operation which would be the easiest way to do paging.