GraphQL Quickstart

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • In addition to an auto-generated REST API Supabase also gives you a GraphQL API powered directly by Postgres via the pg_graphql extension! You're up and running in minutes! And Auth is also directly built in!
    The extension keeps schema translation and query resolution neatly contained on your database server. This enables any programming language that can connect to PostgreSQL to query the database via GraphQL with no additional servers, processes, or libraries.
    - Find the docs: supabase.link/supa-graphql-docs
    🎙️ Presented by Thor Schaeff ( ‪@thorwebdev‬ go.thor.bio/x)
    CHAPTERS:
    00:00 Intro
    00:25 The pg_graphql extension
    01:00 Create a new Supabase project
    02:04 Create a schema via the Todo Quickstart template
    02:25 Create a new user and insert todo data
    03:23 Open GraphiQL in the Supabase Dashboard
    03:42 Query the TodosCollection
    04:30 Auth User Role Impersonisation
    💻 Videos to watch next:
    ▶ • FASTEST way to get sta...
    ▶ • FASTEST way to host a ...
    ▶ • The FASTEST possible w...
    👇 Learn more about Supabase 👇
    🕸 Website: supabase.com/
    🏁 Get started: app.supabase.com/
    📄 Docs: supabase.com/docs
    🔔 Subscribe for more tutorials and feature updates from Supabase: / @supabase
    📱 Connect with Us:
    🐙 Github: www.github.com/supabase
    💬 Discord: www.discord.supabase.com/
    🐦 Twitter: / supabase
    ▶ Instagram (follow for memes): / supabasecom
    ABOUT SUPABASE:
    Supabase is the open source Firebase alternative. Supabase provides a full Postgres database for every project with pgvector, backups, realtime, and more. Add and manage email and password, passwordless, OAuth, and mobile logins to your project through a suite of identity providers and APIs.
    Build in a weekend, scale to millions.
    #Supabase #AppDevelopment #RealtimeApps #DeveloperTools #graphql #authentic
  • НаукаНаука

Комментарии • 8

  • @Supabase
    @Supabase  19 дней назад +1

    Thanks for tuning in! To get started, head over to database.new/

  • @CharcoalDaddyBBQ
    @CharcoalDaddyBBQ 25 дней назад +4

    Supabase is my new love. Let's me develop ideas quickly without having to work so hard on the backend

    • @ArabPhalastine
      @ArabPhalastine 25 дней назад

      Until you get to self hosting

    • @CharcoalDaddyBBQ
      @CharcoalDaddyBBQ 25 дней назад

      @@ArabPhalastine no need to self host when supabase is managed.

  • @loucasi
    @loucasi 17 дней назад

    Amazing presenters of Supabase very informative videos!
    Would you PLEASE make a video explaining best practices for handling time + timezones in & out of Supabase ?
    If you could add some specifics regarding Flutterflow and how it handles the issue - and how the two could come together - apart from helping my particular non coder situation could be the ONE video on the internet that shows best practices and rules to handle the "time" issue once and for all.
    PLEASE! 🤞 😅 🤕

  • @skypuff
    @skypuff 23 дня назад +1

    Supabase, please add timelines to query files. I had a 400 line query file that created my tables and did my seed data. I don't know what happened but the content of that file is gone and I can't undo or go back. I fell down to my knees. Please add some sort of timeline feature (kinda like vs-code) to allow us to go back before certain changes to a script file.

  • @cjpettigrew
    @cjpettigrew 25 дней назад

    Description reference wrong PG extension :)

    • @Supabase
      @Supabase  19 дней назад

      Fixed, thank you!