Technical requirements
There are no additional technical requirements as opposed to the previous chapter. However, I want to point out that in SQL, you can use both lowercase and uppercase to write code. That means, for example, if you see USING
or SELECT
written in uppercase in one place but lowercase in another, there’s no difference. In their newest templates, Supabase tends to use lowercase. I love using uppercase for differentiating built-in code from my custom code, but this is just my personal preference.
You’ll find the related code of this chapter here: https://github.com/PacktPublishing/Building-Production-Grade-Web-Applications-with-Supabase/tree/Ch09_UserList_and_Assignees.
You can always run npm run reset
to get a fresh Supabase setup matching the chapter’s branch.