Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tcdent
9 months ago
|
parent
|
context
|
favorite
| on:
Blending SQL and Python with Sqlorm
Just keep in mind best practice is to use the built-in parameter interpolation that comes with your db library, since it handles escaping SQL injection for you.
Be very careful if you ever use bare string formatting to construct your queries.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Be very careful if you ever use bare string formatting to construct your queries.