ArangoDB driver for Laravel
The unguent between the ArangoDB and Laravel
The goal is to create a drop-in ArangoDB replacement for Laravel's database, migrations and model handling.
This package is in development; use at your own peril.
You may use composer to install Aranguent:
composer require laravel-freelancer-nl/aranguent
Laravel | ArangoDB | PHP | Aranguent |
---|---|---|---|
^7.x.x | ^3.5.x | ^7.3 | ^0.3 |
^8.x.x | ^3.6.x | ^7.3 | ^0.5 |
- Connect to ArangoDB: set up a connection
- Converting from a SQL database to ArangoDB:
- Migrations: migration conversion and commands
- Eloquent relationships: supported relationships
- Query Builder: supported functions
- Transactions: how to set up ArangoDB transactions