Skip to main content

Home > git-documentdb > OpenOptions

OpenOptions type#

Database open options

Signature:
export declare type OpenOptions = {
createIfNotExists?: boolean;
};

Remarks#

  • createIfNotExists: Default is true.