How is it better to save an image in SQLite

I need to save an image in sqlite database, what kind of field do you recommend?

Blob or Base64?

Base64 would be better to use… Check it over here

1 Like

If this is your solution, then please mark it as solution

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.