* <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 ONtrue;CREATE DB input input.xml</code><br/>creates a database <code>input</code>, using the [[Parsers#XML Parsers|internal XML parser]].
|}