JSON
Read a JSON file:
SELECT *
FROM 'penguins.json';
Write a table to a JSON file:
COPY penguins TO 'penguins.json';
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
Read a JSON file:
SELECT *
FROM 'penguins.json';
Write a table to a JSON file:
COPY penguins TO 'penguins.json';