Registry / database / kunkun-ext-sqlite-browser

kunkun-ext-sqlite-browser

JSON →
library0.1.1jsnpmunverified

A Kunkun extension for browsing unencrypted SQLite databases. Current stable version is 0.1.1. This is an early-stage project with limited features: browse tables, view table data and columns. It does not support encrypted databases, editing, or executing SQL queries yet. The extension relies on Deno's Sqlite Lib (JSR @db/sqlite) which lacks encryption support. Active development may add execution and editing in the future, but encrypted DB support is unlikely. Compared to full-featured SQLite GUIs, this is a lightweight, extension-based viewer within the Kunkun ecosystem.

npm install kunkun-ext-sqlite-browser
INSTALL
IMPORT
SIG · KUNKUN-EXT-SQLITE-
K
kunkun-ext-sqlite-browser
databasejavascriptv0.1.1
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 export
import {} from 'kunkun-ext-sqlite-browser'
const ext = require('kunkun-ext-sqlite-browser')
This package is a Kunkun extension, not a library. It is not meant to be imported programmatically; it is installed via the Kunkun store. No JavaScript exports.

Shows how to install the extension using the Kunkun CLI.

// No code snippet; extension is installed via Kunkun store. // Visit https://kunkun.sh/store/sqlite-browser or run: // kunkun install kunkun-ext-sqlite-browser
Debug
Known issues
gotchaThis extension does NOT support encrypted SQLite databases.
fix
Use an alternative tool like DB Browser for SQLite if you need encrypted DB support.
affects: all
gotchaCannot execute SQL queries; only viewing of tables and data is supported.
fix
Future updates may add SQL execution; no workaround currently.
affects: all
gotchaNo editing capabilities; table data cannot be modified.
fix
Consider using a full SQLite editor if editing is required.
affects: all
Errors
Common errors & fixes
Error: Extension 'kunkun-ext-sqlite-browser' not found
Extension not installed or not available in Kunkun store.
fix
Install via Kunkun store or CLI: kunkun install kunkun-ext-sqlite-browser
TypeError: Cannot read properties of undefined (reading 'execute')
Attempting to call execute() on the extension object, but the extension does not expose any JavaScript API.
fix
Do not import this package in your code; it is a UI extension intended for manual use via Kunkun interface.
Upgrade
Version history
0.1.1latest on npm
Audit
Dependencies
kunkunrequiredRequires Kunkun extension runtime to install and run.
Agent activity
2 hits · last 30 days
node
2
Resources
kunkun-ext-sqlite-browser — npm install kunkun-ext-sqlite-browser · libregistry