UNPKG

axiodb

Version:

A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern application. Supports schemas, encryption, and advanced query capabilities.

10 lines (9 loc) 244 B
export interface FinalCollectionsInfo { CurrentPath: string; RootName: string; MatrixUnits: string; TotalSize: number; TotalCollections: number | string; ListOfCollections: string[]; AllCollectionsPaths: string[]; }