mirror of
https://github.com/Senketsu/nim-db-ex
synced 2026-01-02 15:54:46 +00:00
No description
| src/ndbex | ||
| .gitignore | ||
| LICENSE | ||
| ndbex.nimble | ||
| README.md | ||
nim-db-ex
A small extension to Nim's db_* modules
About:
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.
Contents:
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