KingbaseES Database Management in VS Code
KingbaseES is a commercial database built on PostgreSQL. Because it speaks the PostgreSQL wire protocol and exposes the PostgreSQL system catalogs, DBCode manages it through its PostgreSQL support. DBCode automatically detects the database’s compatibility mode (PostgreSQL or Oracle) on connect, so both modes work without any extra configuration.
Connecting
Section titled “Connecting”To connect to KingbaseES, follow these general steps:
- Open the DBCode Extension: Launch Visual Studio Code and open the DBCode extension.
- Add a New Connection: Click on the “Add Connection” icon.
- Complete new connection form: Choose KingbaseES as the type, then enter the host, port (54321 by default), database, and credentials.
- Connect: Click save to connect to your KingbaseES database.
- Start Managing Your Databases: Once connected, you can browse schemas, run queries, and edit data directly from Visual Studio Code.
For detailed instructions on connecting, refer to the Connect article.
For more information about KingbaseES, check out KingbaseES.