We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0586ce1 commit 08f18faCopy full SHA for 08f18fa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## v0.6.0
4
+
5
+- Support `sqlite` driver. Connect to on-disk SQLite files (or use :memory:).
6
+ - The implementation uses the JS-only sql.js library. This may cause incompatibility with large
7
+ database files on memory constrained devices. But, this avoids having to package native bindings
8
+ for every platform and keeps the door open for in-browser support.
9
10
## v0.5.3
11
12
- Fix rendering of binary and JSON data.
package.json
@@ -7,7 +7,7 @@
"repository": {
"url": "https://github.com/cmoog/vscode-sql-notebook"
},
- "version": "0.5.3",
+ "version": "0.6.0",
"preview": false,
"engines": {
13
"vscode": "^1.59.0"
0 commit comments