laravel-arangodb icon indicating copy to clipboard operation
laravel-arangodb copied to clipboard

ArangoDB driver for Laravel

Results 23 laravel-arangodb issues
Sort by recently updated
recently updated
newest added

Aranguent is nearing the point where it can work with third party packages. I'm aiming to provide a smooth conversion with minimal extra steps for anyone implementing this driver. If...

help wanted

As the dbal dependency has been dropped we can add the new connection and schema builder functions to support the db:table artisan command.

As the dbal dependency has been dropped we can add the new connection and schema builder functions to support the db:show artisan command.

db:monitor shows the active connection, but not the connection count.

The artisan db:wipe command properly drops all collections, but leaves views in place. The same is probably true for custom analyzers.

ArangoDB supports several key generators. The default is 'traditional', somewhat akin to the MySQL auto increment generator. If you want to use a different one throughout your project you now...

See if and how we can add an easy to use graph clause to the query builder. Including collection/graph selection, directions, depth, pruning etc. What would be a good api?...

help wanted