sqldelight-runtime / com.squareup.sqldelight.db / use

use

inline expect fun <T : Closeable?, R> T.use(body: (T) -> R): R

Platform and version requirements: JVM, js, native

Run body on this and call Closeable.close before returning or throwing.