Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Mark Rowe 548701c2fd Remove a bogus forward-declaration. 2016-01-19 10:41:25 -08:00
CMake Rework `download_realm_core` to avoid re-downloading core on clean builds. 2016-01-19 10:41:25 -08:00
external Hook the parser tests into the CMake build system. 2016-01-19 10:41:25 -08:00
src Remove a bogus forward-declaration. 2016-01-19 10:41:25 -08:00
tests Hook the parser tests into the CMake build system. 2016-01-19 10:41:25 -08:00
.gitignore Hook the parser tests into the CMake build system. 2016-01-19 10:41:25 -08:00
.gitmodules Hook the parser tests into the CMake build system. 2016-01-19 10:41:25 -08:00
CMakeLists.txt Hook the parser tests into the CMake build system. 2016-01-19 10:41:25 -08:00
README.md Create README.md 2016-01-12 11:02:30 -08:00

README.md

Realm Object Store

Cross-platform code used accross bindings. Binding developers can choose to use some or all the included functionality

  • object_store/schema/object_schema/property - contains the structures and logic used to setup and modify realm files and their schema.
  • shared_realm - wraps the object_store apis to provide transactions, notifications, realm caching, migrations, and other higher level functionality.
  • object_accessor/results/list - accessor classes, object creation/update pipeline, and helpers for creating platform specific property getters and setters.
  • parser/query_builder - cross platform query parser and query builder - requires and object_accessor specialization for argument support. Depends on https://github.com/ColinH/PEGTL

Building

TBD

Testing

TBD