How use and manage a Berkeley DB 1.85?

Ivan Voras ivoras at freebsd.org
Wed Mar 12 11:30:47 UTC 2008


Nicolas Letellier wrote:
> Hello,
> 
> I have a db Berkeley DB 1.85. I have softwares which use it.
> I would like to know how manage it? How show all datas contained? How
> delete a data? How insert a data?
> Is there a port to do this?

BDB is a single-file key-value database. It's not a SQL or any other
transactional database, and it's fairly simple to program for.
Unfortunately I don't think there are any friendly utilities to inspect
the data. If you know any programming language (C, Python, Perl...),
it's almost trivial to write one.

See http://www.freebsd.org/cgi/man.cgi?query=dbopen and the manual pages
linked from there.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080312/25e3c585/signature.pgp


More information about the freebsd-questions mailing list