Appearance
Command Group - Database
Databases are managed through their overall lifecycle and state, including creation, loading, and saving. This group contains commands for exporting data and managing database-specific settings and structure.
| Command | Description |
|---|---|
| Copy Database Directory | Copies the database files to another directory. |
| Create Database | Creates a database. |
| Edit Database Settings | Edits the database settings. The settings are saved in the control file of the database (Control.txt). |
| Export Database | Exports the database to text files. The text files are saved on the server. |
| Load Database | Loads a database from hard disk into memory. |
| Reload Database | Reloads the active database from hard disk into memory. |
| Save Database | Saves the active database from memory to hard disk. |
| Save Databases | Saves all databases of the server from memory to hard disk. |
| Show Database | Shows the active database. |
| Show Database Catalog | Shows the running databases. A database is only visible if the 'Catalog' property of the database is 'True'. It can be changed with the 'Set Database Catalog' command and it is stored in the database control file (Control.txt). |
| Show Database Settings | Shows the database settings. It can be changed with the 'Edit Database Settings' command. The settings are saved in the control file of the database (Control.txt). |
| Show Database Tree | Shows the structure of the active database. |
| Show Databases | Shows the databases of the server. |
| Unload Database | Unloads the active database from memory. |
| Unload Databases | Unloads all databases of the server from memory. |