Closed noteflakes closed 10 months ago
See #47. This will allow the following syntax:
q = db.prepare('insert into foo (?, ?, ?)') data = get_data # insert in batches of 100 data.each_slice(100) { |slice| q << slice }
See #47. This will allow the following syntax: