Im looking for advise because my experience is not really good in SQLite. My table look like this: CREATE TABLE IF NOT EXISTS Route ( id integer PRIMARY KEY UNIQUE AUTOINCREMENT NOT NULL, name text NOT NULL, localizedName blob NOT NULL ); Im storing the localized name of the route as a binary blob inRead more