Open
Description
@AlecStrong and I have been adding MySQL support to SQLDelight over the past week, and I think it's just about at the point there's enough functionality to look at getting it in to Misk.
The way I'm picturing this would be to pull the JDBC stuff out in to it's own module, (misk-jdbc
?). This would make support config like misk-hibernate
does today, and provide a DataSourceService
which SQLDelight could use for connections.
Wanted to open this issue to see if
a) there's interest in getting this merged. @swankjesse feels like you're the person to ask
b) if there is interest, talk next steps for implementing, so there's no surprises in a future PR