Files
Nim/lib/impure
Adam Strzelecki 8742907133 db: InstantRow and instantRows
It is drop-in replacement for Row and fastRows, however instantRows returns a
handle, not seq[string], so no Nim string is created until [] operator is
called on the given handle. Also there is a len() proc returning number of
columns in the handle.

In some situations, when we iterate through many rows, but later we just read
few columns this solution will be quicker than converting all column to Nim
seq[string] on each iteration.
2015-06-09 20:53:03 +02:00
..
2015-06-09 20:53:03 +02:00
2015-06-09 20:53:03 +02:00
2015-06-09 20:53:03 +02:00
2014-10-05 20:22:07 +01:00
2015-03-12 23:40:58 +00:00
2015-03-12 23:40:58 +00:00
2015-05-06 09:09:36 -07:00
2015-06-04 13:17:09 +02:00