Registry / database / dbgate-plugin-sqlite

dbgate-plugin-sqlite

JSON →
library7.1.13jsnpmunverified

DbGate plugin providing read/write access to SQLite databases via the DbGate database management tool. Current stable version is 7.1.13, released alongside DbGate as a built-in plugin. Key differentiator: integrates seamlessly with DbGate's UI for SQLite schema browsing, data editing, and query execution. Requires the host DbGate application to function.

npm install dbgate-plugin-sqlite
INSTALL
IMPORT
SIG · DBGATE-PLUGIN-SQLI
D
dbgate-plugin-sqlite
databasejavascriptv7.1.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import dbgatePluginSqlite from 'dbgate-plugin-sqlite';
const dbgatePluginSqlite = require('dbgate-plugin-sqlite');
The plugin is built for DbGate's plugin system and is typically not imported directly by user code. It is loaded dynamically by DbGate. If you must import it, use the default ESM import.

Shows how to include the plugin in a DbGate project; it is auto-discovered by DbGate.

// This plugin is not meant to be used standalone. // Install DbGate, then install the plugin via DbGate's plugin manager. // Or add to dependencies and let DbGate load it: // package.json { "dependencies": { "dbgate-plugin-sqlite": "^7.1" } } // The plugin is automatically discovered by DbGate when installed in node_modules.
Debug
Known issues
gotchaPlugin must be used with compatible version of DbGate; does not work standalone.
fix
Ensure dbgate is installed and version matches plugin's requirements.
affects: >=7.0
deprecatedOlder versions used a different plugin API; upgrade to v7 for current API.
fix
Update to dbgate-plugin-sqlite@^7 and dbgate@^7.
affects: <7
gotchaPlugin does not expose any user-facing exports; it is solely an extension for DbGate.
fix
Do not expect to import functions; install and let DbGate handle loading.
affects: all
Errors
Common errors & fixes
Error: Cannot find module 'dbgate-plugin-sqlite'
The plugin is not installed or not in node_modules.
fix
Run 'npm install dbgate-plugin-sqlite' in your project directory.
TypeError: dbgatePluginSqlite is not a function
Trying to call the plugin as a function; it is a static module.
fix
Do not call the import; just install and let DbGate load it.
Upgrade
Version history
7.1.13latest on npm
Audit
Dependencies
dbgaterequiredRuntime dependency; plugin requires the host DbGate application to be installed.
Agent activity
8 hits · last 30 days
node
8
Resources
dbgate-plugin-sqlite — npm install dbgate-plugin-sqlite · libregistry