FastAPI Essentials - CRUD API with a Database and SQLModel

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น •

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 2 ปีที่แล้ว +3

    I started fastapi and stopped months ago. Now it's time to start over because it's explained by one of the best masters on the net. Thank you for all mate 🙌. Always a pleasure to wacth your videos.

    • @bugbytes3923
      @bugbytes3923  2 ปีที่แล้ว

      Thanks very much mate, much appreciated!!

  • @cutlervufamily
    @cutlervufamily ปีที่แล้ว +3

    Thanks for this series of videos. Really appreciate the clear explanations and references back to the documentation.

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      Thanks a lot, appreciate the comment. Any other requests for FastAPI stuff, just let me know! I'm hoping to do more soon.

  • @UsedYourName
    @UsedYourName 2 ปีที่แล้ว +1

    ur very precise in ur explanations lol I really hope u get the recognition u deserve because the quality of the videos is mad fire dawg

    • @bugbytes3923
      @bugbytes3923  2 ปีที่แล้ว

      Haha wow - thanks a lot! Much appreciated :)

  • @CarstenAevermann
    @CarstenAevermann 2 ปีที่แล้ว +1

    In the current video about alpinejs you convert data from SQL to json for frontend filtering. Could you explain what's the best approach when such lists are huge? Is it still appropriate to filter in frontend or is there a better way? How to decide where the sort/filtering happens (frontend/alpinejs vs backend/fastAPI/sql ) thx and your explanations are a great help and didactically the best.

    • @bugbytes3923
      @bugbytes3923  2 ปีที่แล้ว +1

      Thank you. You pose a good question - I will try to address this in a future post. Generally, it's best to do filtering of huge amounts of data on the backend, rather than sending all that data to the frontend/client. Combined with a backend cache (such as Redis) you can optimize the way this filtering would work. I'll try and do something on this soon though!

  • @JustinSpryce
    @JustinSpryce 2 ปีที่แล้ว +1

    Great, Learning a lot

  • @Herdogan80
    @Herdogan80 ปีที่แล้ว +2

    Another perfect video. Thanks a lot for providing them, really appreciated. Looking forward to see more content with the time.

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      Thanks very much, appreciate it!

  • @fidelischukwunyere3142
    @fidelischukwunyere3142 2 ปีที่แล้ว

    Great video... Is there any difference when using async functions?

  • @fortunebezetshali7468
    @fortunebezetshali7468 2 ปีที่แล้ว +1

    thank you for sharing this.

  • @koshkinndom8049
    @koshkinndom8049 2 ปีที่แล้ว +1

    i just leave a comment here to help the channel with the promotion =)

  • @nices2109
    @nices2109 2 ปีที่แล้ว +1

    Thank you so much!

  • @IPADrinker
    @IPADrinker ปีที่แล้ว

    @BugBytes can we see an example of GET route returning results from two joined tables?

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      I'll try and do some more follow-up videos with JOINs

  • @GavinElie
    @GavinElie 2 ปีที่แล้ว +1

    Your videos are clear and to the point.👍Keep up the good work!! Does SQLModel simplify database integration as opposed to using SQLAlchemy directly?? In other words, does it produce cleaner code?

    • @bugbytes3923
      @bugbytes3923  2 ปีที่แล้ว

      Thank you!
      SQLModel is cleaner when using it with FastAPI, in my opinion. It fits better with the FastAPI approach. The querying syntax remains similar though.

  • @vitorsilva-or1dj
    @vitorsilva-or1dj ปีที่แล้ว +1

    you are the best

  • @kerwbstomp
    @kerwbstomp 2 ปีที่แล้ว +1

    Would HTMX be something that would be easy to implement as a front end with FastAPI?

    • @bugbytes3923
      @bugbytes3923  2 ปีที่แล้ว

      It's quite easy to do this, you might wanna check out this video where I combined HTML and HTMX with FastAPI:
      th-cam.com/video/yu0TbJ2BQso/w-d-xo.html

  • @agb2557
    @agb2557 7 หลายเดือนก่อน

    Has anyone used this in production?

  • @OSCARCORTEZVILLCA
    @OSCARCORTEZVILLCA ปีที่แล้ว

    I can not find the github repo. Could you share the link please?

    • @OSCARCORTEZVILLCA
      @OSCARCORTEZVILLCA ปีที่แล้ว

      forget it. I found it. I didnt put attention at the begining of the video. Congratulations my friend. It is too useful :)

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      Thanks a lot, glad to hear that! :)