@orbifold/dal
TypeScript icon, indicating that this package has built-in type declarations

4.0.5 • Public • Published

Qwiery Data Access Layer

Generic and extensible graph data access layer.

Installation

npm i lodash moment @orbifold/utils @orbifold/dal @orbifold/projections @orbifold/graphs

Usage

import { Qwiery } from "@orbifold/dal";
async function main() {
    const qwiery = new Qwiery();
    await qwiery.randomGraph();
    console.log(await qwiery.nodeCount());
}
main();

Readme

Keywords

none

Package Sidebar

Install

npm i @orbifold/dal

Weekly Downloads

1

Version

4.0.5

License

none

Unpacked Size

55.3 kB

Total Files

5

Last publish

Collaborators

  • orbiman