Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Thomas Goyne ea5c47510b Refactor schema initialization a bit
Change schema verification to operate on a pair of Schema objects rather than a
Schema and a Group to eliminate some redundant work done, defer some of the
work done for migrations to within the migration block to avoid doing it
unnecessarily, and make passing in a custom schema in the Config when creating
a Realm entirely equivalent to calling update_schema() afterwards.
2015-09-09 11:25:54 -07:00
apple Move the interprocess notification functionality to the object store 2015-09-09 11:25:53 -07:00
index_set.cpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
index_set.hpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
object_schema.cpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
object_schema.hpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
object_store.cpp Refactor schema initialization a bit 2015-09-09 11:25:54 -07:00
object_store.hpp Refactor schema initialization a bit 2015-09-09 11:25:54 -07:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
realm_delegate.hpp Move the interprocess notification functionality to the object store 2015-09-09 11:25:53 -07:00
shared_realm.cpp Refactor schema initialization a bit 2015-09-09 11:25:54 -07:00
shared_realm.hpp Refactor schema initialization a bit 2015-09-09 11:25:54 -07:00
transact_log_handler.cpp Move the interprocess notification functionality to the object store 2015-09-09 11:25:53 -07:00
transact_log_handler.hpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00