LaravelFreelancerNL / laravel-arangodb

ArangoDB driver for Laravel
MIT License
47 stars 9 forks source link

Fully support db:wipe #132

Open LaravelFreelancerNL opened 7 months ago

LaravelFreelancerNL commented 7 months ago

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

LaravelFreelancerNL commented 1 week ago

166 We'll want to drop all custom analyzers as well.