androidx.sqlite:sqlite-ktx
Official Description: Kotlin extensions for DB
CommonsWare’s Notes
This library provides a transaction()
extension function for SupportSQLiteDatabase
,
to allow you to perfom database operations in a transaction just using a Kotlin lambda
expression.
Documentation
Versions
- Latest Stable: 2.1.0
- Latest Release Candidate: 2.1.0-rc01
- Latest Beta: 2.1.0-beta01
- Latest Alpha: 2.1.0-alpha01