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-browserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the extension using the Kunkun CLI.
Use an alternative tool like DB Browser for SQLite if you need encrypted DB support.
Future updates may add SQL execution; no workaround currently.
Consider using a full SQLite editor if editing is required.
Install via Kunkun store or CLI: kunkun install kunkun-ext-sqlite-browser
Do not import this package in your code; it is a UI extension intended for manual use via Kunkun interface.