-
-
Notifications
You must be signed in to change notification settings - Fork 289
Feature: Add support for Dameng (DM) Chinese database #1671
Description
Problem
1. Description
Currently, Table Pro does not support the Dameng (DM) Chinese database. There are no official corresponding drivers, connection plugins and adaptation configurations, making it impossible to connect, query and manage Dameng databases. It is expected that the official team will add native adaptation and support for Dameng database.
2. Current Problems
The tool currently has the following limitations for Dameng database:
- No Dameng (DM) database option in the built-in database driver list.
- No custom import entrance for DM JDBC driver, unable to manually load driver packages for connection adaptation.
- Inadaptable to Dameng database features, including connection configuration, SQL syntax parsing, table structure management, data query and editing.
Proposed solution
Hope to add full support for Dameng database with the following capabilities:
Add independent Dameng (DM) database connection type, adapt to conventional connection parameters (host, port, database name, account, password, etc.).
Built-in official Dameng JDBC driver, or support manual loading of custom DM driver packages.
Adapt full basic operation functions: database connection, SQL execution, data table viewing/editing, data export and table structure query.
Alternatives considered
No response
Related database type
None