Skip to content
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

Store: Support more options for open() #89

Open
clarisma opened this issue Mar 16, 2023 · 0 comments
Open

Store: Support more options for open() #89

clarisma opened this issue Mar 16, 2023 · 0 comments
Labels
todo A feature that has been specified, but not yet implemented

Comments

@clarisma
Copy link
Owner

Store (and its progeny, including FeatureStore) should allow more control over what happens in open()

  • create a new store file if one does not exist (current behavior), or throw FileNotFoundException
  • read-only vs. read/write (current behavior)

These options should be combined with the one currently supported option (shared or exclusive lock).

This enables support for #87 (An empty GOL file should only be created if a tileset URL is specified).

@clarisma clarisma added the todo A feature that has been specified, but not yet implemented label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo A feature that has been specified, but not yet implemented
Projects
None yet
Development

No branches or pull requests

1 participant