LiteSQL
|
Often it is not necessary to fetch all objects to memory and then process them.
Memory usage can be minimized using template class Cursor which returns one object at a time.
Creating a cursor(two ways):
Iterating through the result set:
The remaining contents of the result set can be retrieved with dump-method: