Skip to main content

DMC Database Management

Users can manage the PostgreSQL database through the DMC Database Management Platform, including creating, editing, deleting, importing, exporting, and other operations.

Accessing the DMC Platform

  1. Visit the Cloud Development Platform/PostgreSQL Database/Database Settings

  2. In the "Account Management" module, create an account and password. Enter the account name, host, password, and other information in the dialog box that appears.

  3. After creating the account, click the "Database Management" button to enter the DMC tool page, and log in with the previously created account and password.

SQL Execution

SQL statement execution is a basic feature provided by the PostgreSQL database, allowing developers to process data stored in the database using standard SQL syntax. It is more flexible compared to visual table editing.

After entering the DMC tool, select SQL Window to access the execution panel for SQL statement editing.

Import and Export

The PostgreSQL database provides import and export capabilities, making it convenient for developers to perform data migration.

After entering the DMC tool, click the "Floating Toolbar" and select "Import/Export".