Skip to content

Splitting of ArangoDB-PHP into core and higher level ODM #50

Open
@frankmayer

Description

@frankmayer

This is an issue to introduce and follow-up on the progress of splitting the ArangoDB-PHP client.

Introduction:
I am in the process of splitting the driver into core and higher level ODM`.
The core-client will provide connectivity to the API's provided by ArangoDB and the goal is for it to stay as light as possible without providing additional functionality.

All additional functionality will be provided by the higher level part.

This whole idea of doing this, is to provide a basic and light foundation where higher level implementations can be built upon.

For example: Doctrine ODM or a Laravel specific implementation

For special needs, instead of using the provided higher level drivers, one could also write his/her own driver on top of core

Please comment on this issue if you have any suggestions / ideas on this.

Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions