stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Add prepareRowIterator method to an extension of Statement. #1119

Closed jjamminjim closed 2 years ago

jjamminjim commented 2 years ago

Added unit-test. Updated Documentation.

jberkel commented 2 years ago

What's the use case of this? It's duplicating the prepareRowIterator functionality in Connection.