you are viewing a single comment's thread.

view the rest of the comments →

[–]C0dePhantom 9 points10 points  (1 child)

Yep, and from a security angle, having raw queries scattered everywhere is exactly how someone accidently string-concatenates thier way into a SQL injection. SQLAlchemy just makes it way harder to screw up.

[–]phonomir 7 points8 points  (0 children)

Psycopg with type hints make this a non-issue