Skip to content

feat: implement the Surreal Eloquent driver foundation #25

@ibourgeois

Description

@ibourgeois

Context

As a developer building on SurrealDB, I need an initial Eloquent-compatible foundation so application models can begin persisting through a Laravel-native API.

Acceptance Criteria

  • A SurrealDB connection and driver foundation is added for application data access.
  • At least one model can complete a basic CRUD flow through the new foundation.
  • The implementation is covered by automated tests.
  • Configuration and service registration are documented.

Notes

This is the base data access layer and should stay focused on model persistence first.

Out of Scope

  • Cache, queue, and session backends
  • Full GraphRAG-specific APIs

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