README
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

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