• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Sep-2021-

READMEH A D15-Jun-2009743 1713

bdb_blob.hppH A D15-Jun-200910.6 KiB353126

bdb_blobcache.hppH A D27-Mar-201935.6 KiB1,073590

bdb_bv_property_store.hppH A D15-Jun-20098 KiB283187

bdb_bv_split_store.hppH A D11-Feb-201911 KiB348221

bdb_bv_store.hppH A D11-Feb-201920 KiB714443

bdb_checkpoint_thread.hppH A D15-Jun-20092.6 KiB8729

bdb_cursor.hppH A D20-Feb-20139.7 KiB350158

bdb_dict_store.hppH A D15-Jun-200913.2 KiB502320

bdb_env.hppH A D17-May-201715.1 KiB483160

bdb_expt.hppH A D27-Nov-20186.6 KiB211107

bdb_ext_blob.hppH A D08-Oct-202024.2 KiB825476

bdb_file.hppH A D08-May-201723.8 KiB799376

bdb_filedump.hppH A D15-Jun-20095 KiB18687

bdb_map.hppH A D15-Sep-201616.4 KiB604407

bdb_merge.hppH A D08-May-201718.8 KiB674530

bdb_query.hppH A D15-Jun-20097.7 KiB269121

bdb_query_parser.hppH A D15-Jun-20092 KiB638

bdb_range_map.hppH A D15-Jun-20098.6 KiB318193

bdb_split_blob.hppH A D08-Oct-202047.1 KiB1,5711,084

bdb_split_cursor.hppH A D08-Oct-20207 KiB266183

bdb_trans.hppH A D15-Jun-20095.4 KiB17956

bdb_types.hppH A D08-Oct-202064.2 KiB2,7221,826

bdb_util.hppH A D15-Jun-20095.2 KiB18382

bdb_volumes.hppH A D27-Nov-20188.3 KiB251128

README

1NCBI BDB library is a C++ library on top of Berkeley DB C API v 4.1.xx.
2It works with b-tree based Berkeley DB files.
3
4NCBI BDB library implements several key features:
5  - integration with NCBI C++ Toolkit, error handling and diagnistics
6  - object oriented wrapper on top of Berkeley DB
7  - extendable set of basic scalar datatypes
8  - improved record management
9
10 Berkeley DB is a compact small footprint embedded data management system.
11 It does not provide any database specific query language, instead it has a
12 C language API to manipulate directly on database records, create cursors for
13 key based or sequential data access.
14
15 Berkeley DB is an open source product developed and supported by
16 Sleepycat Software (www.sleepycat.com).
17