Documentation Home
MySQL Shell for VS Code


MySQL Shell for VS Code  /  JavaScript

Pre-General Availability: 2024-03-18

Chapter 8 JavaScript

Database samples used in this chapter are:

To set the active schema from a DB Notebook editor, switch to SQL mode (\sql) and execute the USE statement.

sql> USE sakila

Press Ctrl+Enter to process each statement or command.

JavaScript notes

You do not need to have JavaScript installed as it is provided in the browser environment.