Overview

You can load CSV or JSON to your {{home}} (Home Database )

Steps

  1. Click on “Settings” in the left sidebar

  2. Select “CSV”

    Untitled

  3. Choose a table name

  4. Drag a CSV into the “drop zone”

  5. Use your table!

    select * 
    from {{home}}.my_table
    limit 10 
    

Notes