SQLAlchemy 2.0 Core Crash Course - Use Python for Seamless Interaction with Relational Databases

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

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

  • @SsaliJonathan
    @SsaliJonathan  Год назад +7

    The next video is on SQLAlchemy ORM. We shall explore some really interesting changes added to SQLAlchemy. Thanks for watching.

  • @ommahajan1
    @ommahajan1 Год назад +11

    This video is:
    - clearly explained
    - modular (explains each part individually)
    - beginner friendly
    Thank you soo much.

    • @SsaliJonathan
      @SsaliJonathan  Год назад +1

      Glad you loved it. Thanks for watching.

  • @namotoninja2023
    @namotoninja2023 Год назад +1

    Both videos, the CORE and the ORM, they are really really useful. Thank you!

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

    Almost all the people forgot the good pronunciation, as a non native is very helpfull thats someone really speaks correctly. do you happend to know if I call a connection and save it in a variable that I would happend to pass to 3 different functions why the connection would be broken ? do I have to pass the engine and then connect each time ?

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

      I think it’s important you use one connection object. Creating many different objects a confuse you. By the way, for each connection, you have to provide the engine because without it, sqlalchemy won’t know what high database to work with

  • @andrewmathenge3400
    @andrewmathenge3400 Год назад

    Thanks for the video, very well thought out. One of the best I've seen where you don't waste time going over setups, some of the videos on this topic I have seen spend half an hour just setting up the project before they get to explaining SQLAlchemy. Looking forward to going through your ORM video.

    • @SsaliJonathan
      @SsaliJonathan  Год назад

      Glad it helped you and thanks for watching

  • @briankinyanjui8122
    @briankinyanjui8122 Год назад +1

    The SQLAlchemy docs were just too hard, you made it easier for me to go through the docs thanks.

  • @andrewmathenge3400
    @andrewmathenge3400 Год назад

    Well done Ssali - nice introduction.

  • @humbletitan8374
    @humbletitan8374 Год назад +1

    expertly taught. Thank you! Any idea when you will be done with part 2.?

  • @anujonthemove
    @anujonthemove Год назад

    Simple and to the point.

  • @MasterDomai
    @MasterDomai Год назад +1

    Great work, my friend. This video is very helpfull. Thank you!

  • @Dny3jos
    @Dny3jos 10 месяцев назад

    Excelente explicación, mas fácil que leer la documentación oficial!

    • @SsaliJonathan
      @SsaliJonathan  10 месяцев назад

      Realmente me alegro de que haya ayudado. Utilicé el traductor de Google porque no sé español. gracias amigo

  • @chriskeo392
    @chriskeo392 Год назад

    A good video would be how to write window functions (rank, row , partition by)

  • @Developer_python_
    @Developer_python_ Год назад +1

    Thanks!

  • @ManVsman..
    @ManVsman.. Год назад

    I have question is it necessary to learn both sqlalchemy core and sqlalchemy ORM or one is enough

    • @SsaliJonathan
      @SsaliJonathan  Год назад +2

      A good knowledge of the core can really get you understanding the ORM even more. That is my opinion

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

    On the vs code status bar there is "File 0% Documented". What tool is it?

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

      Autodoc. I think that’s what it is