libdb-sys 0.1.1

statically linked ffi bindings for Berkeley DB
Documentation
  • Coverage
  • 0.18%
    6 out of 3384 items documented0 out of 124 items with examples
  • Size
  • Source code size: 43.61 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 67.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • fishi0x01/libdb-sys
    1 6 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fishi0x01

Status

CI crates.io badge docs.rs badge

libdb-sys

Statically linked bindings for Berkeley DB 4.8.x and 5.3.x.

This is a humble fork from jesterpm's libdb-sys.

Features

v4_8 uses bindings for Berkeley DB 4.8.x.

v5_3 uses bindings for Berkeley DB 5.3.x.

By default, Berkeley DB 5.3.x is used.

crev

This crate has its author's crev review.

It is recommended to always use cargo-crev to verify the trustworthiness of each of your dependencies, including this one.

Berkeley DB licensing notice

Website: http://www.oracle.com/database/berkeley-db/

License: Sleepycat

Description:

The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. The Berkeley DB includes B+tree, Extended
Linear Hashing, Fixed and Variable-length record access methods,
transactions, locking, logging, shared memory caching, and database
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
used by many applications, including Python and Perl, so this should
be installed on all systems.