UNPKG

foxx-framework

Version:

Foxx framework based on RiotJS + ArangoDB/Foxx

9 lines (7 loc) 209 B
'use strict'; const db = require('@arangodb').db; const collections = []; for (const localName of collections) { const qualifiedName = module.context.collectionName(localName); db._drop(qualifiedName); }