UNPKG

axiodb

Version:

The Pure JavaScript Alternative to SQLite. Embedded NoSQL database for Node.js with MongoDB-style queries, zero native dependencies, built-in InMemoryCache, and web GUI. Perfect for desktop apps, CLI tools, and embedded systems. No compilation, no platfor

3 lines (2 loc) 152 B
import { AxioDB } from "../../Services/Indexation.operation"; export default function createAxioDBControlServer(AxioDBInstance: AxioDB): Promise<void>;