Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
9f1702a10f
Required columns are migrated to optional by creating a new nullable column, copying the data from the required column to the optional column, then removing the original required column. |
||
---|---|---|
impl | ||
index_set.cpp | ||
index_set.hpp | ||
object_schema.cpp | ||
object_schema.hpp | ||
object_store.cpp | ||
object_store.hpp | ||
property.hpp | ||
realm_delegate.hpp | ||
schema.cpp | ||
schema.hpp | ||
shared_realm.cpp | ||
shared_realm.hpp |