Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 12:35:07 +0100
From:      Ivan Voras <ivoras@freebsd.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: How use and manage a Berkeley DB 1.85?
Message-ID:  <fr8esv$v22$1@ger.gmane.org>
In-Reply-To: <47D7AAEA.8060702@nicoelro.net>
References:  <47D7AAEA.8060702@nicoelro.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigD733F6ECCAC3ADF293BC6A3C
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Nicolas Letellier wrote:
> Hello,
>=20
> 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=3Ddbopen and the manual page=
s
linked from there.


--------------enigD733F6ECCAC3ADF293BC6A3C
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH17/sldnAQVacBcgRAksoAJ9yRfGqiqPnwjIJsRJWtwYH8rBKkQCg5F9W
RCfcNpngC0DLd0ySlrg6hT8=
=0Byp
-----END PGP SIGNATURE-----

--------------enigD733F6ECCAC3ADF293BC6A3C--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fr8esv$v22$1>