We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a88117 commit fa8b61fCopy full SHA for fa8b61f
README.md
@@ -14,7 +14,7 @@ and view output interactively.
14
- Open any `.sql` file as a Notebook.
15
- Execute query blocks in the Notebook UI and view output.
16
- Configure database connections in the SQL Notebook sidepanel.
17
-- Supports MySQL (Postgres support coming soon).
+- Supports MySQL and Postgres (Oracle support coming soon).
18
- (coming soon) Built-in typed autocomplete.
19
20
## Usage
package.json
@@ -8,7 +8,7 @@
8
"repository": {
9
"url": "https://github.com/cmoog/vscode-sql-notebook"
10
},
11
- "version": "0.0.20",
+ "version": "0.0.21",
12
"engines": {
13
"vscode": "^1.59.0"
0 commit comments