kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

RecordCollection support fetch many #191

Open IvorChen89 opened 4 years ago

IvorChen89 commented 4 years ago

RecordCollection has function first to return first row of returned query data. all to return all rows of returned query data. Can it support the fetch many row feature, like: RecordCollection.many(numRows:int) to return next set of numRows rows