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

13 lines (12 loc) 291 B
export declare const General: { DBMS_Name: string; DBMS_GUI_Enable: boolean; DBMS_File_EXT: string; }; export declare enum WebServer { StaticServerPORT = 2025, ApiServerPORT = 2026, TCPServerPORT = 2027, WebSocketServerPORT = 2028, GraphQLServerPORT = 2029 }