simple_view (view)

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

4 rows

View and edit SQL

content upper_content
hello HELLO
world WORLD
   
RENDER_CELL_DEMO RENDER_CELL_DEMO

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW simple_view AS
    SELECT content, upper(content) AS upper_content FROM simple_primary_key;
Powered by Datasette · Query took 5.674ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo