FastUI & SQLModel - Database integration in a FastUI Application

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 28

  • @VitthalGusinge
    @VitthalGusinge 10 місяців тому +3

    Eagerly waiting for next fastui video

  • @ahmedbadal3795
    @ahmedbadal3795 10 місяців тому +2

    The way you explain things is beyond extraordinary amazing as always still waiting django 101 tutorial from your chanel 💖

    • @bugbytes3923
      @bugbytes3923  10 місяців тому

      Thanks a lot! I'd love to create that one soon, it's on the list!

    • @ahmedbadal3795
      @ahmedbadal3795 10 місяців тому

      @@bugbytes3923 great thanks 😊

  • @mattmarshall1834
    @mattmarshall1834 8 місяців тому

    Another great FastUI video Thank you. Pydantic and Sequoia Capital should be sending you money. I will buy you a coffee at least.

    • @bugbytes3923
      @bugbytes3923  8 місяців тому

      Haha thanks a lot! Really appreciate the coffee, cheers!

  • @nokeechia
    @nokeechia 10 місяців тому +1

    Really stellar work on prepping these tutorials so quickly. As a note, the FormResponse class has now disappeared from the forms module, and I can't really see if there is a replacement for it

    • @bugbytes3923
      @bugbytes3923  10 місяців тому +1

      Thanks! And thanks for pointing that out, I had a look at the FastUI github page and it seems the way to do this now is by returning a list of calls to FireEvent (which I *think* is new):
      github.com/pydantic/FastUI/blob/cec25c61a7cc5a716d05d21039f95be3e8dac0e8/demo/forms.py#L111

  • @jcurwen31
    @jcurwen31 9 місяців тому

    Thanks again for your videos that are top notch. I would be please to see how to use fastui in a Django App.

  • @AmoahDevLabs
    @AmoahDevLabs 10 місяців тому

    Your gist are always great and informative. thanks a lot

  • @junivensaavedra882
    @junivensaavedra882 10 місяців тому

    Super awesome man. My gratitude for sharing this superb resource. :)

    • @bugbytes3923
      @bugbytes3923  10 місяців тому +1

      Thanks a lot for watching man!

  • @KevinDane-np4dg
    @KevinDane-np4dg 10 місяців тому

    Great Video👍
    I was wondering if you could also add a button to edit users next to the delete button

    • @bugbytes3923
      @bugbytes3923  10 місяців тому

      Thanks a lot! I might try and add that to the tutorial, sure!

  • @khalilbenmeziane8836
    @khalilbenmeziane8836 10 місяців тому

    greate teacher thank you sir

  • @jcurwen31
    @jcurwen31 9 місяців тому

    Be aware that a class like MyClass(SQLModel, table=True) will not apply pydantic validation. i tried to pass a string "1990-01-01" to dob filed, and it doesn't convert it as a Python Date as with a pydantic BaseModel

  • @RobertoMartin1
    @RobertoMartin1 9 місяців тому

    How do you style things?

  • @suen-tech
    @suen-tech 10 місяців тому

    Thanks

  • @pleabargain
    @pleabargain 10 місяців тому

    I checked the repo. I don't see all of the files you show in the video.

    • @bugbytes3923
      @bugbytes3923  10 місяців тому

      Thanks for pointing that out, apologies! I have added now:
      github.com/bugbytes-io/fastui-sqlmodel-demo

  •  7 місяців тому

    It's "Ess-Queue-Light", eh, not "See-Queue-Ell-ight"

  • @serychristianrenaud
    @serychristianrenaud 10 місяців тому

    Thanks