cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
129 stars 18 forks source link

UX confusion on how to configure PostgreSQL connection #43

Closed Danilo-Carajiliascov closed 2 years ago

Danilo-Carajiliascov commented 2 years ago

when I run a query I recive this messege: No active connection found. Configure database connections in the SQL Notebook sidepanel.

cmoog commented 2 years ago

Is the side panel interface displaying properly? If so, please use the provided form to create new PostgreSQL connections. The following screenshot shows an example of how this should look:

Danilo-Carajiliascov commented 2 years ago

Is the side panel interface displaying properly? If so, please use the provided form to create new PostgreSQL connections. The following screenshot shows an example of how this should look:

Thanks, cmoog !! I didn't configure the side panel properly.

It's working now !