1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<! "@(#)script.so 10.2 (Sleepycat) 12/16/98">
<!Copyright 1997, 1998 by Sleepycat Software, Inc. All rights reserved.>
<html>
<body bgcolor=white>
<head>
<title>Berkeley DB Reference Guide: Architecture</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btr
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
</head>
<h3>Berkeley DB Reference Guide: Architecture</h3>
<p>
<h1 align=center>Scripting languages</h1>
<h1>Perl</h1>
<p>
The Perl interface to Berkeley DB version 1.85 is called DB_File. The
Perl interface to Berkeley DB version 2 is called BerkeleyDB.
<p>
DB_File is distributed with the standard Perl source distribution (look
in the directory "ext/DB_File"). You can find both DB_File and BerkeleyDB
on CPAN, the Comprehensive Perl Archive Network of mirrored FTP sites.
The master CPAN site is
<a href="ftp://ftp.funet.fi/">ftp://ftp.funet.fi/</a>.
<p>
Questions about the DB_File and BerkeleyDB modules are best asked in the
Usenet newsgroup comp.lang.perl.modules.
<h1>Tcl and Python</h1>
<p>
The Tcl and Python interfaces to Berkeley DB are less well-developed than
Perl. Please contact Sleepycat Software for the latest information
on Berkeley DB development using them.
<p>
<a href="../../ref/arch/apis.html"><img src="../../images/prev.gif"></a>
<a href="../../ref/toc.html"><img src="../../images/toc.gif"></a>
<a href="../../ref/arch/extending.html"><img src="../../images/next.gif"></a>
</tt>
</body>
</html>
|