Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

JSON

Read a JSON file:

SELECT *
FROM 'penguins.json';

Write a table to a JSON file:

COPY penguins TO 'penguins.json';