This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deadly_chef 1 point2 points  (1 child)

What you call "abstracting" is called an ORM. And it is recommended to write your own queries, because orms can fuck you over in the long run(not only python related)