Install Plugin
- Open Settings > Plugins > Browse
- Find Dameng Driver and click Install
- Create a Dameng connection from the connection chooser
Connection Settings
The driver supports SSH, SOCKS, and Cloudflare tunnels. Native DM8 TLS is not yet available, so the SSL pane is hidden. Use a trusted tunnel when the database is not on a private network.
Connection URL
Features
- Browse schemas, tables, views, columns, indexes, and foreign keys
- Complete DM8 statements, functions, data types, schemas, tables, views, and columns while typing
- Run SQL with Unicode text, parameterized binary writes, transactions, and row limits
- Switch schemas without reconnecting
- Edit rows with escaped parameter values
- Create and alter tables, indexes, primary keys, and foreign keys
- Inspect table metadata, generated DDL, view definitions, and visual
EXPLAINplans
Limitations
- Username and password authentication only
- No native TLS or trigger editor
- Stopping a query closes its connection. DM8 has no out-of-band cancel request, so TablePro stops reading the reply and reconnects on your next query. A query timeout behaves the same way.
- Native binary and off-row LOB reads are not supported by the current transport. Use
RAWTOHEXfor binary columns and castCLOBvalues toVARCHARwhen reading them. - The Database field selects an initial schema; DM8 database switching is not supported
