Comment on Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScriptparentComments−n_eOP6moI haven’t found a good way to handle dynamic queries in pg-typesafe yet.For now, I type these manually, which is acceptable for my usage as they are pretty rare compared to static queries.−netghost6moThat seems like a reasonable tradeoff, thanks.
Comments
I haven’t found a good way to handle dynamic queries in pg-typesafe yet.
For now, I type these manually, which is acceptable for my usage as they are pretty rare compared to static queries.
That seems like a reasonable tradeoff, thanks.