Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For my work I often run a lot of queries with a similar structure, but not repetitive enough that I can just have one query. What I normally do is paste the query template in a Python REPL and write some code to generate all my queries, which I then output to a file that I can call before ending work and leave running through the night. This would allow me to do the same thing, but in a more reproducible way that I can, for instance, share with my teammates.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: