mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 18:24:20 +01:00
#514 Introduces a new feature for lazy evaluation in the `Statement.raw().iterate()` method and includes related changes in both the test and implementation files. The most important changes include adding a test case for lazy evaluation, creating a `RowIterator` struct, and modifying the `iterate` method to use this new struct. Everything seems to works fine, but suggestions on code improvement and test use cases are welcoming. Closes #527