does SQLDelight support Jasync or other async DB d...
# squarelibraries
j
does SQLDelight support Jasync or other async DB drivers ?
a
The only existing jvm driver requires a DataSource or jdbc connection, so I don’t think so. You’d have to subclass SqlDriver yourself and even then I’m not sure. This is a cool question though I didn’t realize there were async drivers. We have async APIs (through rxjava or flow) so it might fit in decently
👍 1