ArangoJS bassed on official ArangoJS and has been ported for use on Deno, on top of the deno fetch.
Run
import { Database } from "https://raw.githubusercontent.com/dmpjs/arangojs/master/mod/database.ts"; // import from github as raw data
import { Database } from "https://deno.land/x/arangojs/mod/database.ts"; // If module is uploaded into deno.land
import { Database } from "https://raw.githubusercontent.com/dmpjs/arangojs/master/mod/database.ts"; // import from github as raw data
const db = new Database();
console.log(await db.version());
For more, please visit the ArangoJS docs.
Run
deno test ./test.ts
This library follows semantic versioning, and additions to the code ruleset are performed in major releases.
Please have a look at CHANGELOG.md
.
Please have a look at CONTRIBUTING.md
.
Please have a look at CODE_OF_CONDUCT.md
.
This work is dual-licensed under Apache 2.0 and MIT
Please have a look at LICENSE.md
.
Some files inside this package are licensed using the Apache License, Version 2.0.
Please have a look at LICENSE_APACHE.md
.