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);

SEE ALSO

dbhash

AUTHOR

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

MODIFICATIONS

1.0 2015-02-09 21:24:14 laplante@sednove.com