REST API support for DbGate, a SQL database management tool. Version 7.1.13 provides REST endpoints for querying, managing schemas, and executing SQL commands remotely. Updated regularly alongside DbGate releases. Key differentiator: integrates with DbGate's full query builder and connection management; not a generic REST client.
npm install dbgate-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create an Express-based REST server using dbgate-rest.
Update DbGate to version 7 or later; ensure Node >=14.
Use import syntax or switch to dynamic import().
Check your Express app's route prefixes and body parsing.
Replace `api.api` with `api`.
Run `npm install dbgate-rest` or `yarn add dbgate-rest`.
Use `import { createRestApi } from 'dbgate-rest';`Set "type": "module" in package.json or switch to require() (but require is not supported in v7+).
No dependency data recorded yet.