Connecting to a database server when the database is not started. This connection parameter starts a database server automatically
with the specified database and options if a database server is not running.
You should supply DatabaseSwitches only if you are connecting to a database that is not currently running. When the server
starts the database specified by DatabaseFile, the server uses the supplied DatabaseSwitches to determine startup options
for the database.
Note
The DatabaseName (DBN) connection parameter is recommended for naming databases, rather than using the DatabaseSwitches (DBS)
connection parameter with the -n option.
The following command, connects to the default database server, loads the database file demo.db (DatabaseFile (DBF) connection parameter), names it my-db (DatabaseName (DBN) connection parameter) and starts it in read-only
mode (-r option).