Search results

  1. docs.python.org/library/bsddb.html   Cached
    11.11. bsddb — Interface to Berkeley DB library¶ Deprecated since version 2.6: The bsddb module has been removed in Python 3. The bsddb module provides an ...
  2. docs.python.org/release/2.6.1/library/​bsddb.html   Cached
    bsddb — Interface to Berkeley DB library¶ Deprecated since version 2.6: The bsddb module has been deprecated for removal in Python 3.0. The bsddb module provides ...
  3. pybsddb.sourceforge.net/bsddb3.html   Cached
    Berkeley DB 3.x & 4.x Python Extension Package ... , (btopen(), ... mapped into the process address space instead of being copied into the local cache.
  4. svn.python.org/projects/python/branches/​bcannon-objcap/...
    :mod:`bsddb` --- Interface to Berkeley DB library ===== .. module:: bsddb :synopsis: Interface to Berkeley DB database ...
  5. svn.python.org/.../docs/api_c/db_set_​cachesize.html   Cached
    Berkeley DB: An embedded database programmatic toolkit. DB->set_cachesize: #include <db.h> ... The size of the cache is set to gbytes gigabytes plus bytes. ncache
  6. code.activestate.com/recipes/189060-​using-berkeley-db...   Cached
    Berkeley DB is an open source database. Its most important advantages are its simplicity to use and its performance. This is an introductory example, that shows how ...
  7. svn.python.org/projects/external/db-​4.4.20/docs/java/com/...   Cached
    An instance created using the default constructor is initialized with the system's default settings ... the cache. boolean: getChecksum() ... because Berkeley DB does ...
  8. svn.python.org/projects/external/db-​4.7.25.0/docs/...   Cached
    Oracle, Berkeley DB ... For information on setting the cache size, ... */ open_flags = DB_CREATE | DB_AUTO_COMMIT; ret = dbp->open ...
  9. docs.activestate.com/activepython/2.6/​python/library/...   Cached
    11.11. bsddb — Interface to Berkeley DB library. Deprecated since version 2.6: The bsddb module has been deprecated for removal in Python 3.0. The bsddb module ...
  10. etutorials.org/.../​11.3+The+Berkeley+DB+Module   Cached
    On Windows, Python includes a port of the BSD DB library, ... , b.set_location ... The Berkeley DB is suited to tasks similar to those for which DBM-like files are ...