vscode-sql-notebook
vscode-sql-notebook copied to clipboard
Open SQL files as VSCode Notebooks.
Hi, when call for this table I got this: > id_contatto | nome | cognome | data_creazione | eta > -- | -- | -- | -- | -- >...
After working on my notebook with SQL and markdowns, it will become one big single cell on the next open. Using MySQL. Here is file as a .txt: [mysql.txt](https://github.com/cmoog/vscode-sql-notebook/files/12022722/mysql.txt) What...
Certainly not a big deal...Just chalk the following up to an interesting case I thought you'd want to know about, where the field display order in notebook cell output deviates...
I can run LOAD DATA LOCAL INFILE MySQL statements using the SQLTools extension, but when I have attempted running the same statement via SQL Notebook extension, I receive the following...
I been looking for something like this for some time. Similar one is [SQLCell](https://github.com/tmthyjames/SQLCell) but it does not support autocomplete. When I connect to mssql,it fails **Failed to connect to...
Hello! Thank you for this great extension, I love how it helps me to experiment with SQL DBs without losing any valuable info by creating tons of files (on the...
It would be really nice to be able to export the sql notebook as an html file to send to someone.
Using [knex.js](https://github.com/knex/knex) as a database abstraction layer allows for providing any **knex.js** supported database to **vscode-sql-notebook**. As as side node: A mechanism to configure **knext.js** extra community contributed dialects (like...
As far as I tested, this extension works flawless on my Windows installed version of VSCode, but I have a problem in VSCode for the Web: I can't connect to...