• SQL formatter needs to be better

  • type system too finicky

  • give up and use “what’s checked into sql” as source of truth

    • get on supabase’s migration tools in the future
  • no more seed.sql - individual files for each table

  • Use a converter function that takes maps fields from supabase output into js

  • [iw] client library is deprecated

    • no auth checks on the client library. run them through api
    • [c] disagree, it’s too convenient