Tim Oliver
Tim Oliver
At the moment, the Converter implements its own types for tracking the schema for object types in a new Realm. This is somewhat redundant, especially when the Realm Dynamic API...
At the moment, the functionality for creating a new Realm file is intertwined with the functionality of populating a Realm file with data. Assuming the Realm schema is kept consistent,...
At the moment, the Realm Converter runs on some relatively old code that relies on directly manipulating the Objective-C runtime in order to produce the schema for new Realm files....
## Import Formats - JSON - CSV - SQLite - Excel - SQL (Create and Insert) ## Export Formats - JSON - CSV
Based off our existing predicate work in Realm, we allow search look ups using NSPredicate formatting.
While the majority of nullable properties that Realm supports are now covered in the Browser, optional string properties aren't completely covered yet. Specifically, an optional string could potentially contain some...
The ability to add/remove or reorder properties inside a .realm file.
Introducing a menu item that creates a new, empty .realm file, and potentially guides the user in adding new data to it.