(import sqlite3) (import (srfi 121)) (define (gen-rows . args) (make-coroutine-generator (lambda (yield) (apply for-each-row yield args))))