←back to thread

620 points tambourine_man | 2 comments | | HN request time: 1.639s | source
1. nezirus ◴[] No.43749294[source]
Maybe this could be useful to libraries like psycopg3 to use something more simple/natural instead of this:

https://www.psycopg.org/psycopg3/docs/api/sql.html

(while I also agree it gets crowded with yet another string prefix)

replies(1): >>43749372 #
2. dtech ◴[] No.43749372[source]
That's the exact use case. Basically these are syntactic sugar for a very similar function signature.