Code

utils dbi: Added initial version.
authorSebastian Harl <sh@tokkee.org>
Mon, 10 Dec 2012 14:37:48 +0000 (15:37 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 10 Dec 2012 14:37:48 +0000 (15:37 +0100)
This module provides helper functions for using libdbi. Currently, data types
and functions for managing connection options, a database connection as well
as a generic query helper are available.

The query helper (sc_dbi_exec_query()) uses a specified callback function to
handle each row as returned from the SQL query. A custom data-type (based on
the libdbi data-types) is used to pass the query results to the handler
callback.


No differences found