SQLAlchemy Turns Python Objects Into Database Entries

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

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

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

    Very clean and easy to understand, thanks for the video.
    Just a small hint: at 18:51 you couldn't see the table, bc the database windows won't refresh automatically in PyCharm. You have to click the refresh button at the top of the panel (third symbol in ur case). Then it will show the additionally created tables.

  • @radio_electronics4047
    @radio_electronics4047 ปีที่แล้ว +35

    One of the imports used is deprecated. For SQLAlchemy 2.0.10 the import for the declarative_base needs to look like this:
    from sqlalchemy.orm import declarative_base

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

      Thanks

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

      ​@@Melukote_Sriharshaಯಾರು ಗುರು ನೀನು. ಮೇಲ್ಕೋಟೆ ಅವರ? ನಾನು ಕೂಡ

  • @bundesdavid
    @bundesdavid ปีที่แล้ว +14

    Thank you very much for the help! :^)
    At 14:00 you could also use
    results = session.query(Person).filter(Person.lastname == "Smith").all()
    with the .all() at the end you select every element fitting to the filter!

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

      Life saver!

  • @janHodle
    @janHodle ปีที่แล้ว +4

    Isn‘t the use of Column legacy? I know this video is 8 months old. I think a better way is to use: first_name: Mapped[str] = mapped_column(String, nullable=True)…. If the information are optional one can use Optional from the typing library

  • @stevekruger7807
    @stevekruger7807 8 หลายเดือนก่อน +1

    Thanks! Very clear, easy to follow, learned enough to get me started!

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

    One of the best channels in youtube! Thanks for your work!!!

  • @benshapiro9731
    @benshapiro9731 ปีที่แล้ว +4

    Hey man solid video, but should add a note that you are, in fact, using the legacy (albeit backward compatible) syntax here. Mapped_column() is now the new factory function for the Column() class

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

    This would also be awesome for teaching/learning SQL. You can tell SQLAlchemy what you want to do, and use the output to learn how to do it in SQL.

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

    So with this I am now writing data from a PLC to a database to keep records for longer periods of time with out having to hold the data or do the logic inside of the PLC, thanks so much!

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

      hey, i am very curious about your work. i used to work with plcs but only assembly/wiring... i am now studying cs. could u please share your foundations? some key course maybe. thanks in advance. (can be in spanish, gracias)

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

    If anybody is getting a warning saying:
    "Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0."
    you can fix it by changing "from sqlalchemy.ext.declarative import declarative_base" to "from sqlalchemy.orm import declarative_base"

  • @Cire-my6ur
    @Cire-my6ur 9 หลายเดือนก่อน

    1:09 this is exactly what I was looking for. THANK YOU!

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

    Clear and informative video. I have just started to learn orm and sqlalchemy and this video is superb. Thanks for sharing.

  • @reginaldmaisonneuve7594
    @reginaldmaisonneuve7594 9 หลายเดือนก่อน

    Nicely done. Simple and effective example that immediately clarified proper structure.

  • @jmxt3
    @jmxt3 2 หลายเดือนก่อน

    The best tutorial about SQLAlchemy. Thanks

  • @aszx-tv4pq
    @aszx-tv4pq 5 หลายเดือนก่อน

    superb I'm gonna present this in my advanced python class for my classmates.

  • @Troteos
    @Troteos 10 หลายเดือนก่อน

    Another great video. You are such a good teacher, while your style of explaining things seems so effortless.

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

    Ive watched this video sooooo many times! Brilliant tutorial on using SQLAlchemy to abstract SQL from python. I also loved your CLASSES video! Its helped me develop my code so much faster. Cheers dude!"

  • @abigaildawson_dev
    @abigaildawson_dev 9 หลายเดือนก่อน

    At 13:55, you can add .all() at the end to return a list of the results, instead of iterating over them and printing:
    results = session.query(Person).filter(Person.lastname == "Blue").all()

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

    Actually the reason why people call it sequel instead of SQL is because at first it was SEQL Structured English Query Language but then they skiped the E.

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

    Bruh, I had no idea you could do this with SQLAlchemy. I use SQL a lot and always hated writing qries on Python

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

      There are other alternatives to sqlalchemy too, like the peewee orm which is very nice as well

  • @vipulkumar2845
    @vipulkumar2845 5 หลายเดือนก่อน

    damn, you're tutorials are way too advanced, Lots of love man!!

  • @RalphVanSchaik
    @RalphVanSchaik 21 วันที่ผ่านมา

    Great. Simple and clear. Thank you very much !

    • @NeuralNine
      @NeuralNine  12 วันที่ผ่านมา

      Thanks!

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

    Great video! I currently create and update SQL rows by calling stored procedures. I want to give SQLAlchemy a try.

  • @sivajyothichandra
    @sivajyothichandra 6 หลายเดือนก่อน

    In the last query execution it results out the object of respective classes. In the iteration of the loop, print(r) displayed both classes __repr__ method string format

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

    Very great article. Short, distinct on the point - Thank you!

  • @michaelnockov2096
    @michaelnockov2096 10 หลายเดือนก่อน

    Thank you for this video, I was looking for soft introduction to sqlalchemy. Their documentation is quite difficult and their quick start actually don’t show the easiest ways to use it

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

    This has been an awesome tutorial TY, I learned enough to continue my project !
    Geatings from colombia !

  • @Nithishraj-dr4yr
    @Nithishraj-dr4yr ปีที่แล้ว

    stright to the point..awesome man

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

    from sqlalchemy import inspect
    inspector = inspect(engine)
    if not inspector.has_table('DB'):
    Base.metadata.create_all(engine)

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

    really great session , everything is clear and easy to understand. thank you...

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

    "Persons" is indeed a valid English word, and would be the more appropriate choice for the database.

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

    Quick Question: How can we have multiple databases made and used? reason for asking is to create the microservice architecture environment.

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

    Your video gives a good introduction to SQLalchemy. I would like to make one comment though. As far as I know best practice for table creation is to use singular nouns and not pural names. It would be also easier if the object name and the table name is the same. So in your example it would have been better e.g. to use for class Person __tablename__ = "person".

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

    This is a treasure!
    Thank you so much!

  • @Mustafa-qs2rq
    @Mustafa-qs2rq ปีที่แล้ว

    This was very well explained.

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

    this video has saved me a lot of time. thanks for your work :*

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

    Uuuuu... exactly what I was looking for! Thanks!

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

      plenty of these on TH-cam already

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

      @@chriskeo392 not on SQL Alchemy. Not in good english,

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

      @@chriskeo392 not in GOOD english, read carefully please.

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

      @@piotrmazgaj I think you need to look up English tutorials instead 🤡

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

    Nice video! The model constructors are generated automatically by sqlalchemy.

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

    Excellent tutorial. Thank you for the content.

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

    Question: At around 7:00 the variable "firstname" defined inside the class is also defined as a variable in the constructor __init__ method. Usually, a class attribute can be called with self. ... , so is the init method overwriting the column definition or is the self.firstname call non-unique?

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

      In python there is a distinction between and instance attribute and class attribute. The class attribute is in the class’s __dict__ while the instance attr is in the instance’s __dict__. Sql alchemy’s major flaw is that it relies on this approach instead of a more pythonic one

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

    this alchemy is the dope for us olderfarts trying to createwhile learning something to use -and hopefully rebuild some monstrosity i built in excel way back ..lol..
    +

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

    This guy looks like he just escaped prison with Mike Scoffield😂😂 good work though

  • @HammanDauda-iu6tt
    @HammanDauda-iu6tt 5 หลายเดือนก่อน

    Where can I find the list of all the plugins you are using?

  • @beyonddnoyeb4519
    @beyonddnoyeb4519 8 วันที่ผ่านมา

    Appreciate it, Thanks!

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

    Maybe you should use Jupyter notebook to avoid deleting the database every time running the code.

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

    Thanks. That helped a lot!

  • @surajpatil8670
    @surajpatil8670 9 หลายเดือนก่อน

    Which plugin did you use to directly view .db file in Pycharm?

    • @NeuralNine
      @NeuralNine  9 หลายเดือนก่อน +1

      It is a feature of PyCharm. If it does not work for you, maybe it is only available in the Professional edition.

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

    How do you configure pycharm and sqlserver to follow this tutotrial?

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

    Brilliant video Thank You Sir :)
    Can I do the same with an auto increment column ?
    Thanks

    • @A.Mercier
      @A.Mercier ปีที่แล้ว

      I think you just have to add autoincrement attribute when specifying the id column:
      eg:
      id = Column(Integer, primary_key=True, autoincrement=True)

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

    Is it possible to use sqlalchemy for more advanced sql queries? For example, I mean joining, subqueries or CVEs. Also how to do queries on views?

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

      Yes, you can use SQLAlchemy to perform advanced queries, and you can further customize the Python models, relationships, etc. If you find that the syntax of a query gets challenging in SQLAlchemy (has happened to me a few times), it also provides methods for you to be able to write the raw SQL yourself, and have the engine execute the query. I generally just wrote raw SQL when having to query views, though I admit most of my usecases did not need views, so I never dove too far with them.

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

    Need SQLModel tutorial becz itz hard to find... the one already exist doesn't help me at all ...

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

    Informative thanks!

  • @Somish3
    @Somish3 11 หลายเดือนก่อน

    what if I have 5000 entries to insert? Is there any batch way, like a loop to read data from csv and add to the SQL DB or any other less manual way?

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

    thanks. fantastic video!

  • @A.Mercier
    @A.Mercier ปีที่แล้ว

    re-writing __init__ function is useless if you don't implement custom behaviors within it and is only prone to raise errors

  • @DimitrisKougioumtzis
    @DimitrisKougioumtzis 5 หลายเดือนก่อน

    very helpull thanks a lot but in the constructor of the object i use
    def __init__(self,**kwargs):
    self.__dict__.update((k, v) for k, v in kwargs.items())
    when an object contains a lot of attributes

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

    I am thinking of making a similar module for my own project.

  • @j.k.notrowling2449
    @j.k.notrowling2449 11 หลายเดือนก่อน

    Could you share the code you write in the tutorial?

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

    Hello, i have the same problem like you, when i add a table the base.metadata.create_all() dosnt create the table, how to solve that ? In a poppulated database is not a option to delete the db, i used alembic but some times dosnt generate the revision file with the changes.

  • @al-edrisy1129
    @al-edrisy1129 ปีที่แล้ว

    sorry but how did you open the database in pycharm ?

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

    Nice and simple

  • @lovemich4237
    @lovemich4237 11 หลายเดือนก่อน

    Thank you man.

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

    Can we create an engine if are database user only has Create, Drop, Delete permissions, or does our database user need to have All permissions set up?

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

    great video keep it up!

  • @MeetRaval-m1e
    @MeetRaval-m1e ปีที่แล้ว

    Great Help

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

    Thank you.

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

    Hello, is there any better way to create a table with hundreds of columns, instead of writing them by hands as arguments in the class? Thanks
    Regards

    • @robertstanton4694
      @robertstanton4694 10 หลายเดือนก่อน

      Where do you have the data containing hundreds of columns currently?

  • @ChristopherBruns-o7o
    @ChristopherBruns-o7o 4 หลายเดือนก่อน

    ever wonder if "f" confuses python. Because f strings?

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

    In this, you are creating your Engine in one file
    What am I to do if I have Classes in separate files?
    I assume I'm not to make multiple Engines for each Class and I'm not entirely sure how I make one engine for everything outside of the scope of the single file.
    I intend to use the async variation of this and multiple users will be potentially calling things.

    • @tim.martin
      @tim.martin ปีที่แล้ว +1

      Create the engine and session, create functions returning pointers to each (eg, GetEngine()) , save as "db . py". In another file:
      import db
      import db
      engine = db.GetEngine()
      session = db.GetSession()

  • @blackdragon5728
    @blackdragon5728 9 หลายเดือนก่อน

    UserWarning: pandas only supports SQLAlchemy connectable (engine/connection) or database string URI or sqlite3 DBAPI2 connection. Other DBAPI2 objects are not tested. Please consider using SQLAlchemy.
    MD_agric_df = pd.read_sql_query(text(sql_query), connection) i got this error guys hope someone help ASAP in my jupyter notebook please

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

    can you use it with routes

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

    Thank you bro

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

    I work with pycharm for my classes, but never tried to create a database in pycharm. is that something that I have to add to pycharm? I have to use to PgAdmin everysingle time and use postgres

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

      figured it out finally!

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

    This seems more complicated than SQL

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

    Can I use the dataclasses to simplify the class definition ?

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

    What is the use of the representation function i did not understand. Can anyone explain?

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

      When You print a object in python it prints in the screen the result of rep method, You can Overdrive this method inside your class to print what You want.

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

    I prefer querys it is faster for large and complex databases

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

    "persons" is valid English, just a bit unusual

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

    Can it be used for video game development in Python?

    • @ptichiy-krik
      @ptichiy-krik 2 ปีที่แล้ว +1

      Yes, of course. You can use this for an easier way to read and write persistent data. Fast-changing data, such as the position of an opponent, is stored in RAM, while slower-changing and longer-term data, such as a high score table, is stored in a database. To work with the database, you can use SQAlchemy

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

      @@ptichiy-krik
      And that's what I am interested in.
      Thank you for your explanation.

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

    Can you do a vid on how to build a neural network to extract data from a lisence

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

      You can use object character recognition (ocr) i don't remember what's the name of the package in python

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

    This is a really helpful video! Do you use some sort of a plugin to view the database inside PyCharm? :)

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

      On vs code i use sqlite viewer to view the database

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

    Is sqlalchemy usable with @dataclass?

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

    good stuff

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

    Perfect

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

    could you do a odoo tutorial?

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

    Nice!

  • @محمودبوحسين-ص1ج
    @محمودبوحسين-ص1ج 10 หลายเดือนก่อน +1

    great

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

    SQL - Squeel

  •  ปีที่แล้ว

    thx

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

    Can you say squeal?

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

    persons is english by the way

  • @lensofgrace3976
    @lensofgrace3976 3 หลายเดือนก่อน

    Squil!😅

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

    Thx_.

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

    Did you just assume Anna Blue's gender

  • @erickruhcardozo
    @erickruhcardozo 3 หลายเดือนก่อน

    The confusion is so visible when you know nothing about what you're talking.
    Kinky....

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

    First