A PostgreSQL connector plugin for DbGate, an open-source database management tool. Current stable version is 7.1.13. Released as part of DbGate's built-in plugins, it provides seamless integration for managing PostgreSQL databases within the DbGate interface. Key differentiators include native support for PostgreSQL-specific features, automatic schema discovery, and compatibility with DbGate's query editor and visual tools.
npm install dbgate-plugin-postgresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install DbGate and this PostgreSQL plugin, then configure a connection via the UI.
Add persistent access to the Documents folder or other folders as needed.
Ensure npm install is run in the same location where DbGate is installed.
Upgrade DbGate to version 5 or later, or use older plugin version.
Migrate to DbGate's new plugin loading mechanism (see DbGate docs).
If issues occur, install 'pg' package: npm install pg
Run npm install dbgate-plugin-postgres in the directory where DbGate is installed (usually dbgate's node_modules).
Check DbGate version and install a compatible plugin version (e.g., npm install dbgate-plugin-postgres@<latest_matching_version>).
Verify username, password, host, port, and database name in DbGate connection config.
Create the role in PostgreSQL: CREATE ROLE myuser LOGIN PASSWORD 'password';