Creating a database (command line)

 Create a new database (command line)

With this utility, you can include command line options to specify different settings for the database.

  • Run a dbinit command.

    For example, to create a database called company.db with a 4 KB page size, run the following command:

    dbinit -p 4k company.db
 See also