Any way to convert Realm database file in to sqlite? -
i have realm database (.realm)
existing application, has more 400k records.
i dug head in more 3-4 hours, couldn't find fruitful results towards converting .realm
file in sqlite file.
any data conversion far has been done manually. people have converted core data realm grabbing objects core data , saving them realm.
i imagine best bet similar here. grab each object realm , convert tables/rows/and columns in sqlite. can take file anywhere.
Comments
Post a Comment