Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
genericlemon24
on Aug 27, 2021
|
parent
|
context
|
favorite
| on:
Write an SQL query builder in 150 lines of Python
Sometimes you need dynamic SQL, because the DB doesn't have stored procedures you can use for the same purpose (e.g. SQLite).
I talk more about this use case here:
https://death.andgravity.com/query-builder-why#the-problem
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I talk more about this use case here: https://death.andgravity.com/query-builder-why#the-problem