db_load

						db_load [-nTV] [-c name=value] [-f file]
						[-h home] [-t btree | hash | queue | recno] file
					

Description

The db_load utility reads from the standard input and loads it into the database file. The database file is created if it does not already exist.

The input to db_load must be in the output format specified by the db_dump utility, utilities, or as specified for the -T below.

The options are as follows:

  • -c Specify configuration options ignoring any value they may have based on the input. The command-line format is name=value. See “ Supported Keywords for a list of supported words for the -c option.

  • -f Read from the specified input file instead of from the standard input.

  • -h Specify a home directory for the database environment.

    If a ...

Get Berkeley DB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.