realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Realm path #7668

Closed rzong closed 2 years ago

rzong commented 2 years ago

Problem

I want to set Realm file path

Solution

No response

Alternatives

No response

How important is this improvement for you?

No response

cmelchior commented 2 years ago

Hi @rzong...You can use RealmConfiguration.Builder.directory() and RealmConfiguration.Builder.name() to set a path to a Realm file.

rzong commented 2 years ago

thank you very much