UNPKG

axiodb

Version:

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

12 lines (11 loc) 264 B
export declare enum General { DBMS_Name = "AxioDB", DBMS_File_EXT = ".axiodb" } export declare enum WebServer { StaticServerPORT = 2025, ApiServerPORT = 2026, TCPServerPORT = 2027, WebSocketServerPORT = 2028, GraphQLServerPORT = 2029 }