touchlab-lab / knarch.db

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

How db objects are create on specific platforms needs to be refactored #46

Open kpgalligan opened 6 years ago

kpgalligan commented 6 years ago

Currently we have a method called 'createOpenHelper' which creates an open helper. This definitely needs a rethink. The implementation on ios and android is pretty much hard coded.