Is there some way to shut down the database connec...
# komapper
z
Is there some way to shut down the database connection gracefully when my program receives the shutdown signal?
d
1.8.0 exposes the connection, see release page. But you might have to cast the object you get to something (Connection Factory in r2dbc)