Skip to content

Commit 08f18fa

Browse files
committed
release v0.6.0
1 parent 0586ce1 commit 08f18fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## v0.5.3
411

512
- Fix rendering of binary and JSON data.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"url": "https://github.com/cmoog/vscode-sql-notebook"
99
},
10-
"version": "0.5.3",
10+
"version": "0.6.0",
1111
"preview": false,
1212
"engines": {
1313
"vscode": "^1.59.0"

0 commit comments

Comments
 (0)