laravel-freelancer-nl/aranguent
最新稳定版本:v1.0.0-beta.12
Composer 安装命令:
composer require laravel-freelancer-nl/aranguent
包简介
Laravel bridge for the ArangoDB Multi-model database
README 文档
README
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.
Installation
This driver is currently in the v1 beta stage. To install it make sure that the minimum stability is set to beta or lower, and that prefer-stable is set to false in composer.json:
"minimum-stability": "beta",
"prefer-stable": false,
You may then use composer to install Aranguent:
composer require laravel-freelancer-nl/aranguent
Version compatibility
| Laravel | ArangoDB | PHP | Aranguent |
|---|---|---|---|
| ^8.0 and ^9.0 | ^3.7 | ^8.0 | ^0.13 |
| ^11.0 | ^3.11 | ^8.2 | ^1.0.0 - 1.0.0-beta.11 |
| ^12.0 | ^3.11 | ^8.2 | ^v1.0.0-beta.12 |
Documentation
- Connect to ArangoDB: set up a connection
- Converting from SQL databases to ArangoDB:
- Migrations: migration conversion and commands
- Eloquent relationships: supported relationships
- Query Builder: supported functions
- Selecting JSON data: how to select subsets of documents.
- ArangoSearch: searching views
- Transactions: how to set up ArangoDB transactions
- FluentAQL: Use the AQL query builder directly
- Testing: testing your project with Aranguent.
- Compatibility list: overview of DB related compatible methods.
- Secondary database: using ArangoDB as your secondary database.
Related packages
统计信息
- 总下载量: 6.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 50
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-09