ahmetb / orman

lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
Other
249 stars 47 forks source link

Android SQLiteHelper thread safety #26

Closed ahmetb closed 13 years ago

ahmetb commented 13 years ago

We might provide a way for thread-safe query executions in Android usage with SQLiteHelper methods:

http://stackoverflow.com/questions/6675240/is-sqlite-database-instance-thread-safe/6675272

ahmetb commented 13 years ago

It is thread-safe by default, see edit in thread linked above.