Hello. The exposed orm works on android with sqlite3?
stackoverflow 1
g
gildor
04/23/2018, 1:49 AM
Exposed uses kotlin-reflect and joda-time, so probably not the best choice for Android, it’s not so lightweight.
Also Exposed created for backend, without mobile restrictions in mind, so I just wouldn’t recommend to use it on mobile
You of course can try, probably it will work.
But for Android I would choose Room. Or, if you want ORM, choose some Android specific ORM