function

dbhash_close . dbhash . sncode

VERSIONlatest Close a database of type key/data.

DBHASH_CLOSE(1e)

NAME

dbhash_close - Close a database of type key/data.

SYNOPSIS

dbhash_clise (pointer);

DESCRIPTION

This function is used to close a key/data(nosql) database.

MODULES

To use this module, you must specify the following in /usr/local/website/site.conf:

Module hash {
    Library : "/usr/local/lib/libsndbhash.so"
    Init : "sndbhash_init"
}

EXAMPLES

dbhash_close(hash);

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>