JavaScript, SQL, and Markdown can be centrally managed within a single notebook file. Includes a database manager supporting MySQL, PostgreSQL, SQL Server, SQLite, Redis, Memcached, AWS, Keycloak, Auth0, and MQTT. Features intuitive MQTT publish/subscribe tools and the ability to query payloads with
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Screenshots ( Intuitive visualization of result sets ) ( Click here )
Difference display using comparison key (Primary or Unique key)
Create and execute SQL statements to undo changes
Label display using code label resolver ( Create a new blank Code label resolver )
Verify records comply with a rule ( Create a new blank DB record rule )
Generate descriptive statistics
Screenshots ( Access to the Keycloak from the side panel ) ( Click here )
Access to the Keycloak from the side panel to display changes in user information.
Expand and display JSON items in columns.
Screenshots ( File viewer ) ( Click here )
Csv file viewer
After previewing the CSV file, descriptive statistics were displayed according to its content.
Har file viewer
Tips
Instead of using VS Code’s built-in Copy Cell or + Code / Add Code Cell, I recommend using Duplicate Cell with Metadata.
This action copies not only the cell content, but also all associated metadata—such as database connection settings and ResultSet decoration options—so you can add a new cell without reconfiguring these settings.
You can specify a default connection definition each time you add a new SQL cell to the notebook
You can open this editor by going to the menu under Code > Settings > Keyboard Shortcuts or by using the Preferences: Open Keyboard Shortcuts command (⌘K ⌘S).