UNPKG

foxx-framework

Version:

Foxx framework based on RiotJS + ArangoDB/Foxx

8 lines (6 loc) 209 B
'use strict'; const db = require('@arangodb').db; if (!db._collection('@{{objects}}')) { db._createDocumentCollection('@{{objects}}'); db._collection('@{{objects}}').save({}) // Create an empty element }