realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Allow specifying the type of the Realm in `ensureRealmExists` #359

Open nirinchev opened 6 years ago

nirinchev commented 6 years ago

Currently, ensureRealmExists will create the Realm as a full Realm, but that may not be desirable in all cases. We should provide an argument that allows specifying the type we want.