Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bdb
bdb.common-lisp.dev
Commits
6f0c9d7b
Commit
6f0c9d7b
authored
Jun 06, 2006
by
-urso-
Browse files
added feature list to index.html
darcs-hash:d5c9fd202659b6463989f684bd3fc308beb0a497
parent
ffe68f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
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 2
3:15
(MET)
latest Update: Thursday
6
June, 2006 2
1: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