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

Allow opening a database using a file handle instead of a path #665

Merged
merged 4 commits into from
Sep 3, 2023
Merged

Allow opening a database using a file handle instead of a path #665

merged 4 commits into from
Sep 3, 2023

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    bd8ea26 View commit details
    Browse the repository at this point in the history
  2. Allow opening a database using a file handle instead of a path

    This enables using this library with e.g. `cap-std` which avoids path-based
    access in favour of a capability-based approach.
    adamreichold committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ebd04a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e766d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f8ff8d View commit details
    Browse the repository at this point in the history