mirror of
https://github.com/kunkunsh/kunkun-ext-sqlite-browser.git
synced 2025-04-03 18:56:44 +00:00
Increment package version to 0.1.1, add demo image to package.json, and expand README with features and usage details.
This commit is contained in:
parent
842cb0a56e
commit
9e13b56203
18
README.md
18
README.md
@ -2,3 +2,21 @@
|
|||||||
|
|
||||||
- NPM: https://www.npmjs.com/package/kunkun-ext-sqlite-browser
|
- NPM: https://www.npmjs.com/package/kunkun-ext-sqlite-browser
|
||||||
- Store: https://kunkun.sh/store/sqlite-browser
|
- Store: https://kunkun.sh/store/sqlite-browser
|
||||||
|
|
||||||
|
This extension is a simple SQLite browser that allows you to view unencrypted SQLite databases.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- [x] Browse tables
|
||||||
|
- [x] View table data
|
||||||
|
- [x] 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](https://jsr.io/@db/sqlite), which does not support encryption.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "kunkun-ext-sqlite-browser",
|
"name": "kunkun-ext-sqlite-browser",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-sqlite-browser",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-sqlite-browser",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "SQLite Browser",
|
"name": "SQLite Browser",
|
||||||
"shortDescription": "SQLite Browser",
|
"shortDescription": "SQLite Browser",
|
||||||
@ -13,7 +13,9 @@
|
|||||||
"type": "iconify",
|
"type": "iconify",
|
||||||
"value": "devicon:sqlite"
|
"value": "devicon:sqlite"
|
||||||
},
|
},
|
||||||
"demoImages": [],
|
"demoImages": [
|
||||||
|
"https://i.imgur.com/lTAKenC.png"
|
||||||
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"event:drag-drop",
|
"event:drag-drop",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user