Do this when writing database queries with Appwrite

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

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

  • @عبدالقادرعبدالرحمنعبدالله

    This is actually what I have been looking for. Thank you so much.

  • @genesy479
    @genesy479 6 месяцев назад +1

    Amazing. Just started using Appwrite this makes my code cleaner

  • @neiizun4674
    @neiizun4674 6 месяцев назад +1

    Hello, do you plan on adding geospacial location with geospacial queries to retrieve for example locations near a certain location ?

  • @ramez3038
    @ramez3038 3 месяца назад

    Totally worth watching 🔥

  • @DevCodeBoost
    @DevCodeBoost 6 месяцев назад

    Amazing! dennis, can we have certain examples about using JWT, and advanced use cases!

    • @Appwrite
      @Appwrite  6 месяцев назад +1

      Something I’ll be sure to cover in other videos :) - Dennis Ivy

  • @Steph-jazz
    @Steph-jazz 23 дня назад

    Nice !

  • @aalaap
    @aalaap 6 месяцев назад +4

    Fellow kids, we call this the repository pattern.

    • @Appwrite
      @Appwrite  6 месяцев назад

      👆

    • @Appwrite
      @Appwrite  6 месяцев назад

      It’s 100% related to Appwrite ;)

  • @nitinkumarme
    @nitinkumarme 6 месяцев назад

    When will Appwrite v1.5 be released for cloud.

  • @freekeys
    @freekeys 2 месяца назад

    Why not inbuilt? Just like Aws Amplify?

    • @Appwrite
      @Appwrite  2 месяца назад

      The idea is to keep the core SDK as simplified as possible and leave it to the user to modify as they want. However, I am personally advocating for additional features like this, atleast in the form of a 3rd party package we can build - Dennis Ivy

  • @alinapso8970
    @alinapso8970 6 месяцев назад +1

    wouldnt it be better to make the collections const a databases list and make it like this?
    const databases = [
    {
    id: process.env.NEXT_PUBLIC_DATABASE_ID ?? "",
    collections: [
    {
    id: "tasks",
    name: "tasks",
    },
    ],
    },
    ];
    so you wont need to repet the database id each time?

    • @Appwrite
      @Appwrite  6 месяцев назад +1

      Haha I love it! Yes, that’s also a great option :) - Dennis Ivy

  • @stephanebiteb6317
    @stephanebiteb6317 6 месяцев назад

    Hello guys it's been at least 1 months that I'm trying to migrate my self hosted database to cloud database pro but until now I am still unable to migrate due to error.
    I've already try to contact support but I have no response , I created a ticket on discord , but no response I don't know how to do . My business is stuck due to this situation please, I've paid the pro version of appwrite to resolve my problem but nothing has been done to fix it

    • @Appwrite
      @Appwrite  6 месяцев назад

      Hey there, we do our best to respond to all support queries and we strive to ensure everyone is replied to. Could you ping me on Discord so I can check on your requests? (My username is Tessa in the community server).

  • @abdulazizalghafli5240
    @abdulazizalghafli5240 6 месяцев назад

    Could you please make a video on how to migrate exist supabase database to Appwrite

    • @Appwrite
      @Appwrite  5 месяцев назад +1

      Someday soon ;)

  • @norbertocammayo2334
    @norbertocammayo2334 Месяц назад

    Thank you. Do you have samples on how to implement this in typescript?

  • @chhinsras
    @chhinsras 6 месяцев назад

    how to make it work with flutter

    • @Appwrite
      @Appwrite  5 месяцев назад +2

      I'll have to look into how this ins done with Dart code specifily, but the idea shouldn't change much. It's just a matter of wrapper the original methods and passing through values. - Dennis Ivy

  • @SuperKasidit
    @SuperKasidit 2 месяца назад

    Does anyone here deploy appwrite to Vercel? please share some inside, thank you

    • @Appwrite
      @Appwrite  2 месяца назад

      You’re self hosting?

  • @behicsakar
    @behicsakar 5 месяцев назад

    its a js trick not an appwrite feature

    • @Appwrite
      @Appwrite  5 месяцев назад +1

      Yep 👍