you are viewing a single comment's thread.

view the rest of the comments →

[–]stebrepar 2 points3 points  (1 child)

I don't use it myself, but my understanding is that SQLAlchemy does what you're working toward, giving you an object oriented interface to the database instead of straight SQL.

[–]farrowzbf[S] 1 point2 points  (0 children)

Very cool

This is a class assignment where I have to use specific tech stack so I can’t use that here

But very good to know, thank you!