Skip to content

Missing xShm* bindings #71

@bkoropoff

Description

@bkoropoff

These would be nice to allow WAL support. Exposing a safe interface to Rust would require some thought, since SQlite does not explicitly inform you when it no longer references the returned memory region. And, of course, mapping memory in Rust is inherently unsafe on many platforms because accessing the mapped region will fault if the underlying file has been truncated by an external process, which is fun.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions