Database factory functions for the chert backend.
More...
Detailed Description
Database factory functions for the chert backend.
Function Documentation
Construct a Database object for read-only access to a Chert database.
- Parameters:
-
dir | pathname of the directory containing the database. |
Construct a Database object for update access to a Chert database.
- Parameters:
-
dir | pathname of the directory containing the database. |
action | determines handling of existing/non-existing database:
|
block_size | the Btree blocksize to use (in bytes), which must be a power of two between 2048 and 65536 (inclusive). The default (also used if an invalid value if passed) is 8192 bytes. This parameter is ignored when opening an existing database. |