@wxn0brp/db
Version:
A lightweight file-based database management system that supports CRUD operations, custom queries and relations.
8 lines (7 loc) • 311 B
JavaScript
import GraphRemote from "@wxn0brp/db-client/graph";
import { ValtheraAutoCreate } from "./autoCreate.js";
import Graph from "./graph.js";
import { Valthera } from "./valthera.js";
export * from "@wxn0brp/db-core";
export * from "@wxn0brp/db-client";
export { Graph, GraphRemote, Valthera, ValtheraAutoCreate };