feat(core): introduce typed ClickHouse table API, query builder, and result handling; enhance HTTP client and add schema evolution, batch inserts and mutations; update docs/tests and bump deps
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -1,2 +1,14 @@
|
||||
// Core
|
||||
export * from './smartclickhouse.classes.smartclickhouse.js';
|
||||
export * from './smartclickhouse.classes.clickhousetable.js';
|
||||
export * from './smartclickhouse.classes.httpclient.js';
|
||||
|
||||
// Query & Results
|
||||
export * from './smartclickhouse.classes.querybuilder.js';
|
||||
export * from './smartclickhouse.classes.resultset.js';
|
||||
|
||||
// Time Data Table (backward compat)
|
||||
export * from './smartclickhouse.classes.timedatatable.js';
|
||||
|
||||
// Types
|
||||
export * from './smartclickhouse.types.js';
|
||||
|
||||
Reference in New Issue
Block a user