Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
awinter-py
on Sept 4, 2019
|
parent
|
context
|
favorite
| on:
ORMs Are Backwards
variable interpolation doesn't happen at the ORM level, it happens at the driver level
pymysql / psycopg2 is doing this piece of it
taffer
on Sept 4, 2019
[–]
The postgres wire protocol sends queries and parameters separately, the variables are bound on the server side.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
pymysql / psycopg2 is doing this piece of it