SHλKESPEλR ♂
09/10/2021, 12:52 AMsilentworks
09/10/2021, 9:16 AMley
(which would be considered backend since it runs in node) to handle migrations between projects. You can do this because you have direct access to the Postgres database that Supabase hosts for you
2. For complex queries I handle these inside the database, either by using views or functions. This also makes it one source of truth and these can also be created with the migration tool too since they are just plain SQL most of the times.
3. My workflow is what I stated above.SHλKESPEλR ♂
09/10/2021, 4:03 PMsilentworks
09/10/2021, 9:02 PM