What are the "selling points" of SQLDelight over using JDBI? I know one: the SQL syntax checking at build time.
j
jw
05/25/2025, 1:06 PM
That's a pretty big one, to be fair.
👆 1
c
Cies
05/26/2025, 7:48 AM
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.