Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CLOSE PROJECT

Synopsis

DISCONNECT

Description

Closes the currently open project and releases the file handle. Any uncommitted changes are discarded. After disconnecting, query and mutation statements are unavailable until a new project is opened with CONNECT LOCAL.

Parameters

This statement takes no parameters.

Examples

Close the current project

DISCONNECT;

Open a different project

DISCONNECT;
CONNECT LOCAL '/path/to/other-project.mpr';

See Also

OPEN PROJECT, SHOW STATUS