-
Notifications
You must be signed in to change notification settings - Fork 133
Allow setting store options #12
New issue
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
Labels
help wanted
Looking for contributors (ideas, comments, code, etc)
Comments
Should we have a |
I wouldn't go for a separate builder class. Doing something like |
"Named optional parameters" |
greenrobot-team
added a commit
that referenced
this issue
Feb 14, 2024
greenrobot-team
added a commit
that referenced
this issue
Feb 14, 2024
greenrobot-team
added a commit
that referenced
this issue
Feb 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
obx_opt_*
functions, properties like the store path, database filename etc. can be set. See here for the list of possible options.Use a
Store
constructor with named arguments to easily specify any non-default options.The text was updated successfully, but these errors were encountered: