Go to main content

dbhash_close

Close a database of type key/data.

DBHASH_CLOSE

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

{{ include("includes/dbhash.sn") }}

AUTHOR

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

MODIFICATIONS

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

Edit

© 2024 extenso Inc. All rights reserved.