Core Runtime Extensions
Core language extensions and helpers that are globally available when you import
@ckn-technology/core.
Core | API Extensions
Lightweight HTTP helper for GET/POST/PUT/DELETE/PATCH with automatic headers and response parsing.
OpenCore | Log Extensions
Timestamped log utility with info /
error helpers and Date formatting.
Core | Socket Extensions
WebSocket wrapper with async callbacks, queued receive, JSON send and safe lifecycle handling.
OpenCore | Date/Time Extensions
Extended Date prototype: formatting, adders, diff helpers,
period boundaries and checks.
Core | String Extensions
Utility extensions for String used across the framework.
Core | Number Extensions
Extra helpers on Number for rounding, printing and math
formatting.
Core | Array Extensions
Convenience methods like print,
clone, same,
select, union & more.
Data Layer Utilities
Abstractions for tables, rows, files and database adapters shared across CKN services.
Data | Table Class
In-memory table abstraction backed by Row objects with
JSON/CSV helpers.
Data | Row Class
Single-row wrapper with conversions to plain object and CSV row text.
OpenData | File & Directory
File and directory wrappers built on Node.js fs /
path with logging and traversal helpers.
Data | Excel File
ExcelFile & ExcelSheet
on top of ExcelJS for reports and structured export.
Data | CSV File
CSV wrapper that maps files to Table/Row using the csv library.
Data | Mysql Adapter
High-level MySQL wrapper: query, insert, update, upsert, schema inspect and table checks.
OpenData | Postgresql Adapter
PostgreSQL adapter built on pg with transaction support,
insert/update and schema helpers.
Server & Realtime Framework
Backend web framework for building modular services, page-based apps and WebSocket endpoints.
UI Components
Client-side component engine for building interactive pages that bind naturally to the CKN server stack.