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) 226 B
export interface FinalDatabaseInfo { CurrentPath: string; RootName: string; MatrixUnits: string; TotalSize: number; TotalDatabases: string; ListOfDatabases: string[]; AllDatabasesPaths: string[]; }