Skip to content

feat: add a SurrealDB cache store driver #26

@ibourgeois

Description

@ibourgeois

Context

As a developer, I need Laravel cache operations to work against SurrealDB so local-first and graph-centric deployments can rely on a single persistence technology where appropriate.

Acceptance Criteria

  • A cache store driver backed by SurrealDB is implemented.
  • Core cache operations are covered by tests.
  • Configuration for selecting the cache driver is documented.
  • Any unsupported cache behaviors are documented explicitly.

Notes

This should integrate cleanly with Laravel's cache abstraction rather than bypassing it.

Out of Scope

  • Session storage
  • Queue storage

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