touchlab-lab / knarch.db

K(otlin)N(ative)A(rchitecture) Database
https://touchlab.co/
Apache License 2.0
90 stars 9 forks source link

Review SQLiteDatabase for synchronized #12

Open kpgalligan opened 6 years ago

kpgalligan commented 6 years ago

We share SQLiteDatabase among threads, but it's possible we're causing threading issues. Review synchronized blocks in java SQLiteDatabase and ensure we don't need mutexes. See SQLiteOpenHelper for an example