0.11
Pre-release
Pre-release
·
156 commits
to next
since this release
Schema builder:
- Breaking change: removed ArangoDB based function names in Schema builder to just follow Laravel's API
- Added support for Schema::getAllViews
- Added support for Schema::dropAllViews
- Added support for Schema::createDatabase
- Added support for Schema::dropDatabaseIfExists
QueryBuilder
- Added support for insertOrIgnore
Eloquent
- insertAndSetId now correctly sets the id based on the model's key name.
If the key name is _id then the _key is set as well.
Testing
- Added TestCase setTransactionCollections method
Documentation:
- Added testing documentation
- Added links to related packages in readme.md
Other
- Security fix: required composer ^1.12.23|>= 2.1.9
- Cleaned up package testing setup
- Added missing tests Schema builder