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

..03-May-2022-

BDB.xcodeproj/H30-Aug-2006-3,4333,414

English.lproj/apidoc/BDBDatabase/Classes/BDBDatabase/Methods/H03-May-2022-

doc/H30-Aug-2006-9062

tests/H30-Aug-2006-1,345774

ANNOUNCEMENTH A D30-Aug-20061,023 4327

BDB.hH A D23-Aug-20061.4 KiB4911

BDBConfig.hH A D23-Aug-20061.6 KiB494

BDBConstants.hH A D23-Aug-20061.6 KiB5711

BDBCursor.hH A D23-Aug-20062.9 KiB9426

BDBCursor.mH A D23-Aug-20063.9 KiB138102

BDBCursorConfig.hH A D23-Aug-20062.8 KiB11218

BDBCursorConfig.mH A D23-Aug-20062.2 KiB9768

BDBDatabase.hH A D23-Aug-20067.3 KiB23444

BDBDatabase.mH A D23-Aug-200610.1 KiB359272

BDBDatabaseConfig.hH A D23-Aug-20063.8 KiB15827

BDBDatabaseConfig.mH A D23-Aug-20062.9 KiB141100

BDBDatabaseEntry.hH A D23-Aug-20062.6 KiB8913

BDBDatabaseEntry.mH A D23-Aug-20064.7 KiB178135

BDBDatabaseEntryData.hH A D23-Aug-20062 KiB8616

BDBDatabaseEntryData.mH A D23-Aug-20061.9 KiB8256

BDBDatabaseRecordNumber.hH A D23-Aug-20062.2 KiB8313

BDBDatabaseRecordNumber.mH A D23-Aug-20062.1 KiB7854

BDBErrorHandling.hH A D23-Aug-20063.3 KiB9434

BDBExceptions.hH A D23-Aug-20063.2 KiB13625

BDBExceptions.mH A D23-Aug-20062 KiB8554

BDBLockMode.hH A D23-Aug-20062.1 KiB7413

BDBLockMode.mH A D23-Aug-20061.6 KiB6143

BDBObject.hH A D23-Aug-20061.4 KiB426

BDBObject.mH A D23-Aug-20061.3 KiB3727

BDBOperationStatus.hH A D23-Aug-20061.8 KiB7212

BDBSerializer.hH A D23-Aug-20061.5 KiB517

BDBTests-Info.plistH A D24-Jan-2005729 2524

BDBTransaction.hH A D23-Aug-20061.4 KiB446

BDBTransaction.mH A D23-Aug-20061.3 KiB4127

BDB_Prefix.pchH A D19-Dec-2005148 86

ChangeLogH A D30-Aug-2006333 2213

GNUmakefileH A D03-May-20221.2 KiB6340

INSTALLH A D26-Aug-20064 KiB11190

Info.plistH A D24-Jan-2005716 2524

LICENSEH A D23-Aug-200625.8 KiB505418

NSArchiver-BDBExtensions.hH A D23-Aug-20061.5 KiB475

NSArchiver-BDBExtensions.mH A D23-Aug-20061.4 KiB4030

READMEH A D26-Aug-20061.1 KiB5232

TODOH A D02-Jan-2006198 97

TestBDB-Info.plistH A D24-Jan-2005734 2524

VersionH A D30-Aug-200619 21

config.properties.templateH A D28-Nov-200549 21

version.plistH A D24-Jan-2005467 1716

README

1About BDB
2=========
3
4BDB is a set of classes implementing an interface to
5Berkeley DB for the GNUstep and Mac OS X environment written in
6Objective-C language. It is based on the C API of
7Berkeley DB and offers an object oriented interface which relies on
8classes and mechanisms offered by the Foundation library.
9
10In its present state BDB just offers a reduced set of functionality of
11Berkeley DB.
12
13A preleminary introduction is given under
14  doc/Introduction
15More work has to be done related to the documentation.
16
17
18Downloading BDB
19===============
20
21BDB is available at
22  http://sourceforge.net/projects/fortytwo/
23
24The homepage of Berkeley DB Database is to be found at
25  http://www.sleepycat.com/
26
27
28Installation
29============
30
31Please refer to the file INSTALL.
32
33
34Authors of BDB
35==============
36
37BDB was originally developed by Oliver Langer
38(oliverlanger /AT/ gmx /DOT/ de).
39
40
41Maintainers
42===========
43
44The software is currently maintained by Oliver Langer.
45
46
47License
48=======
49
50The software is available under the GNU Lesser General Public License.
51A corresponding license file is contained in this package (see LICENSE).
52