Skip to content

Senketsu/nim-db-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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() - returns tuple[hasData: bool, data: string]
  • Basic procedures for the new type:
    getRowNew(), getAllRowsNew(), & iterators fastRowsNew(), rowsNew

About

A small extension to Nim's db_* modules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages