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-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to include the plugin in a DbGate project; it is auto-discovered by DbGate.
Ensure dbgate is installed and version matches plugin's requirements.
Update to dbgate-plugin-sqlite@^7 and dbgate@^7.
Do not expect to import functions; install and let DbGate handle loading.
Run 'npm install dbgate-plugin-sqlite' in your project directory.
Do not call the import; just install and let DbGate load it.