Adds an example video

This commit is contained in:
Copple
2023-07-22 07:07:59 -07:00
committed by GitHub
parent 5b1cff838c
commit 4e837d3e47

View File

@@ -2,6 +2,15 @@
You can use the Supabase CLI to automatically generate Typescript definitions from your Postgres database. You can then pass these definitions to your `supabase-js` client and get end-to-end type safety across client, server, and database. You can use the Supabase CLI to automatically generate Typescript definitions from your Postgres database. You can then pass these definitions to your `supabase-js` client and get end-to-end type safety across client, server, and database.
<div className="video-container">
<iframe
src="https://www.youtube-nocookie.com/embed/VSNgAIObBdw"
frameBorder="1"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div>
## Testing your migrations ## Testing your migrations
Inside your repository, create a new file inside the `.github/workflows` folder called `generate-types.yml`. Inside your repository, create a new file inside the `.github/workflows` folder called `generate-types.yml`.