fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Paging is best done using fetchmany() #46

Open fire-eggs opened 3 years ago

fire-eggs commented 3 years ago

Python sqlite has a fetchmany operation which would be the easiest way to do paging.

fire-eggs commented 3 years ago

This issue supersedes issue #42.