We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "data.mdb" file name becomes a custom file name
It is recommended to support changing the "data.mdb" file name to a custom file name
The text was updated successfully, but these errors were encountered:
Thanks for this suggestion. Why do you want to do this?
Note that you can change the name of the folder the database files are in using the .name(yourName) method on the MyObjectBox builder.
.name(yourName)
MyObjectBox
Note: I labeled this issue with "more info required" so it will auto-close in a few days if there are no follow-up comments.
Sorry, something went wrong.
谢谢你的建议。为什么要这样做? 请注意,您可以使用生成器上的方法更改数据库文件所在的文件夹的名称。.name(yourName)``MyObjectBox 注意:我用“需要更多信息”标记了这个问题,这样如果没有后续评论,它会在几天内自动关闭。
谢谢你的建议。为什么要这样做?
请注意,您可以使用生成器上的方法更改数据库文件所在的文件夹的名称。.name(yourName)``MyObjectBox
.name(yourName)``MyObjectBox
注意:我用“需要更多信息”标记了这个问题,这样如果没有后续评论,它会在几天内自动关闭。
Thank you, I do this to store multiple database files in the same path
You can have your own directory structure to do this. Why just one path?
Anyway, we likely will not consider this. What's inside the db folder, that's "internal" business of ObjectBox and subject to change.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue?
Use case
The "data.mdb" file name becomes a custom file name
Proposed solution
It is recommended to support changing the "data.mdb" file name to a custom file name
The text was updated successfully, but these errors were encountered: