A small extension to Nim's db_* modules
This library is a small extension for Nim's db_* modules that uses new type RowNew
Importing those extensions will also import Nim's db_* modules.
Adds:
- New type RowNew
tuple[hasData: bool,data: seq[string]] - Convenience proc
hasData()for string, Row & seq[Row] - Convenience proc
getValueNew()- returnstuple[hasData: bool, data: string] - Basic procedures for the new type:
getRowNew(),getAllRowsNew(), & iteratorsfastRowsNew(),rowsNew