Skip to content

Commit fa8b61f

Browse files
committed
bump version: postgres support
1 parent 9a88117 commit fa8b61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and view output interactively.
1414
- Open any `.sql` file as a Notebook.
1515
- Execute query blocks in the Notebook UI and view output.
1616
- Configure database connections in the SQL Notebook sidepanel.
17-
- Supports MySQL (Postgres support coming soon).
17+
- Supports MySQL and Postgres (Oracle support coming soon).
1818
- (coming soon) Built-in typed autocomplete.
1919

2020
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": {
99
"url": "https://github.com/cmoog/vscode-sql-notebook"
1010
},
11-
"version": "0.0.20",
11+
"version": "0.0.21",
1212
"engines": {
1313
"vscode": "^1.59.0"
1414
},

0 commit comments

Comments
 (0)