You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is a simple SQLite browser that allows you to view unencrypted SQLite databases.
7
+
8
+

9
+
10
+
## Features
11
+
12
+
-[x] Browse tables
13
+
-[x] View table data
14
+
-[x] View table columns
15
+
-[ ] View Encrypted Database
16
+
-[ ] Edit table data
17
+
-[ ] Execute SQL Query
18
+
19
+
- Direct execution of SQL query will be supported.
20
+
- Editing table data (in table cell) may be supported when I got time.
21
+
- If you are willing to contribute, please send a PR, it is simply frontend code.
22
+
- 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.
0 commit comments