if yes, how does one do it with Anko's sqlite lib?
s
if yes, how does one do it with Anko's sqlite lib?
l
I believe this is the proper way to bulk insert on SQLite, wrap all your inserts into a single transaction, it would be the same without anko/kotlin
s
Fair enough. That's what I thought of, as well.