Currently, there are 3 views.
- Connections
- SQL Snippets
- Reports
SQL Notebook is a great feature. I wonder if the new release will consider adding a feature of auto generated Table of Contents like what Jupyter Notebook offers. It will greatly help DBA navigate and maintain scripts and run in different types environments.
https://jupyterlab.readthedocs.io/en/stable/user/toc.html
Many DBAs have their own script library that may contain hundreds of code snippets for different purposes, like security management, schema management, performance management, and so on.
Wouldn't it be more productive that SQL Notebook can help maintain it by documenting, organizing, navigating and integrating into GIT.