logo Kunkun
SQLite Browser
sqlite-browser
Version: 0.1.1
Downloads: 38
Size: 135 kB
Published At: 2025-03-24 14:36

Security and Privacy

  • event:drag-drop
  • shell:deno:spawn
  • shell:kill
  • dialog:all
  • fs:exists
  • shell:stdin-write
  • notification:all

Description

SQLite Browser
SQLite Browser

Commands

  • SQLite Browser

Publisher Profile

Author

N/A

Contributors

README

Kunkun Extension Sqlite Browser

This extension is a simple SQLite browser that allows you to view unencrypted SQLite databases.

demo

Features

  • Browse tables

  • View table data

  • View table columns

  • View Encrypted Database

  • Edit table data

  • Execute SQL Query

  • Direct execution of SQL query will be supported.

  • Editing table data (in table cell) may be supported when I got time.

    • If you are willing to contribute, please send a PR, it is simply frontend code.
  • Encrypted DB may not be supported in the future, as this extension relies on Deno's Sqlite Lib, which does not support encryption.