What are the "selling points" of SQLDelight over u...
# squarelibraries
c
What are the "selling points" of SQLDelight over using JDBI? I know one: the SQL syntax checking at build time.
j
That's a pretty big one, to be fair.
👆 1
c
I agree... But currently I work in a place where every db query has one test case; which kind of achieves the same. I thought maybe in the "generated interface code" that SQLDelight produces there's more typesafety.