Home supabase Delete data
Post
Cancel

supabase Delete data

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Delete data

데이터 삭제

1
2
3
4
const { error } = await supabase
  .from('countries')
  .delete()
  .eq('id', 1)
This post is licensed under CC BY 4.0 by the author.

supabase Upsert data

supabase Create a bucket