Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bdb-site
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bdb
bdb-site
Commits
6f0c9d7b
Commit
6f0c9d7b
authored
Jun 06, 2006
by
-urso-
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added feature list to index.html
darcs-hash:d5c9fd202659b6463989f684bd3fc308beb0a497
parent
ffe68f81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
4 deletions
+44
-4
index.html
index.html
+44
-4
No files found.
index.html
View file @
6f0c9d7b
...
...
@@ -12,7 +12,7 @@
<div
class=
"header"
>
<h1>
BDB
</h1>
<h2>
Berkeley DB CFFI bindings
</h2>
latest Update: Thursday
3 June, 2006 23:15
(MET)
latest Update: Thursday
6 June, 2006 21:30
(MET)
</div>
<h3>
Introduction
</h3>
...
...
@@ -29,17 +29,57 @@
<table
border=
"1"
>
<tr><td>
Lisp Platforms:
</td>
<td>
testest with SBCL 0.9.11 and 0.9.12 only (yet), but should work on other implementations
with CFFI support, too
<td>
if you test with another lisp implementation or system
please tell me if it runs or not (fixing the problems will be fine too).
These are the systems i successfully (didn't tried others now) tested bdb (on a x86 Linux system with libdb4.3)
<br/><br/>
- sbcl (successfully tested with sbcl 0.9.10 and newer on x86)
<br/>
- cmucl (successfully tested with release-19a)
<br/>
- clisp (successfully tested with version 2.38)
</td>
</tr>
<tr><td>
Berkeley DB Version:
</td>
<td>
4.3
</td>
</tr>
<tr>
<td>
Features
</td>
<td>
<ul>
<li>
Database Environments
</li>
<li>
Databases :)
</li>
<li>
Secondary Databases
</li>
<li>
Cursors
</li>
<li>
Transaction
</li>
<li>
Sequences
</li>
<li>
some kind of abstraction, thus user don't need to deal with buffers and may
provide methods for serialization and deserialization
</li>
</ul>
</td>
</tr>
<tr>
<td>
Not completed/Missing Features:
</td>
<td>
<p>
In the moment the library is in a state i can work without any doubts, but if
there are some features you will need, tell me or better send me a patch.
</p>
<ul>
<li>
DB Memory Pools
</li>
<li>
Mutexes (do we realy need mutex support provided by BerkeleyDB?)
</li>
<li>
Replication
</li>
<li>
Locking (not all functions available)
</li>
<li>
Logging (not all functions available)
</li>
<li>
some functions being not implemented yet
</li>
</ul>
</td>
</tr>
<tr><td>
Package version:
</td>
<td>
I don't use any versioning (at the moment), so get used to the darcs repo.
But at the moment consider this a
initial pre pre pre pre pre
alpha version...
But at the moment consider this a
n
alpha version...
</td>
</tr>
<tr><td>
License
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment