Vibe Launchpad
Level 1 · 0 XPSign in
Supabase· Step 5 of 80 cleared in this quest
Step 5 · about 5 minutes

Save one real row

Type something into the database by hand, so you have seen data go in before any code tries to put it there.

In the Table Editor open notes and click Insert, then Insert row. Type anything into body and save. Leave id and created_at alone — the database fills those in.

Now read it back the other way. Open the SQL Editor in the sidebar and run this:

Terminal
$ select count(*) from notes;
count
1