* <code>CREATE DATABASE input input.xml</code><br/>creates the database <code>input</code> with input.xml as content.
* <code>CREATE DATABASE coll folder</code><br/>creates the database <code>coll</code> with all documents from the directory <code>folder</code> as content.
* <code>SET INTPARSE ON;CREATE DB input input.xml</code><br/>creates a database <code>input</code>, using the [[OptionsParsers#INTPARSEXML Parsers|internal XML parser]].
|}