I'm wondering if SQL Delight can be used just for it's type-safe sqls, and output the sql and params I need to run on another library (in my case, Jasync)... I want to migrate existing repos to it, but I don't want to have two connection pools open, and I can't migrate everything at once...
h
hfhbd
07/07/2024, 12:56 PM
I think it should be possible by creating a custom driver. But what about reusing the same connection pool? Sqldelight JVM driver takes any JDBC driver 🤔