Browse thread
[1/2 OT] Indexing (and mergeable Index-algorithms)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-11-18 (14:23) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] [1/2 OT] Indexing (and mergeable Index-algorithms) |
On Fri, Nov 18, 2005 at 09:54:09AM -0500, Jonathan Bryant wrote: > On Thu, 2005-11-17 at 06:49, Florian Weimer wrote: > > > Plenty. Berkeley DB, SQLite, full-blown SQL database servers like > > PostgreSQL or MySQL. The list is pretty long. > > > > After a quick search that only returned one dead project (Alpha, v0.0.1, > last updated 2002), I have to ask: are there any OCaml bindings for > BerkeleyDB? Isn't Dbm-module that thing? IMHO it is. But there only string -> string can be used. So your key as well as value has to be string-type. Ciao, Oliver