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
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ and view output interactively.
14
14
15
15
- Open any `.sql` file as a Notebook.
16
16
- Execute query blocks in the Notebook UI and view output.
17
-
- Configure database connections in the SQL Notebook sidepanel.
17
+
- Configure database connections in the SQL Notebook side-panel.
18
18
- Supports MySQL, PostgreSQL, SQLite, and MSSQL (OracleDB support coming soon).
19
-
- (unstable) Built-in typed autocomplete with an embedded language server.
19
+
- (unstable) Built-in typed auto-complete with an embedded language server.
20
20
21
21
## Usage
22
22
23
-
Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. Configure database connections in the SQL Notebook sidepanel.
23
+
Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. Configure database connections in the SQL Notebook side-panel.
24
24
25
25

26
26
@@ -34,5 +34,5 @@ Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Not
34
34
35
35
Cell boundaries are inferred from the presence of two consecutive empty lines.
36
36
37
-
Note: this can pose issues with certain code formatters. You will need to
37
+
Note: this can pose issues with certain code formatting tools. You will need to
0 commit comments