dflourusso / expo-sqlite-orm

Expo SQLite ORM
139 stars 34 forks source link

Store BLOB Data #7

Closed burhanahmed92 closed 5 years ago

burhanahmed92 commented 5 years ago

Is there a example on how can we store image in sqlite. I am using the same Animal.js example

dflourusso commented 5 years ago

I think it is not a good practice. For many reasons, you should store this type of data on disk using the expo FileSystem and store the path of SQLite. Do it solve your problem?