logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

makebdb - Make a BerkeleyDB database from stdin

Author

       Original   GDBM  code  by  Horms  <horms@verge.net.au>.   Modified  for  BerkeleyDB  by  Chris  Stratford
       <chriss@pipex.net>.

                                                  30th May 2002                                       MAKEBDB(1)

Description

makebdb  allows a BerkeleyDB database to be formed from input read from stdin. bdbname is the name of the
       BerkeleyDB database to create, ususally the name of this file will end in .db. If the file already exists
       is will be overwritten. The format of the input is key, value pairs separated by a colon (:).

       Example:

       this is a key:this is a value

Name

       makebdb - Make a BerkeleyDB database from stdin

Options

-h,--help:
              Print usage information.

       -u,--undo:
              Print content of database file, one entry a line.

See Also

       The  full  documentation  for  BerkeleyDB   is   available   on   the   Sleepycat   Software   web   site
       (http://www.sleepycat.com)

Synopsis

makebdb [options] bdbname

See Also