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:
2026-02-27 10:17:32 +00:00
parent 26449e9171
commit aace102868
17 changed files with 7000 additions and 1886 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/History.md b/History.md
deleted file mode 100644
index 6877834dd92a5c71416d47b8d5f92a16aff5c1e6..0000000000000000000000000000000000000000
diff --git a/index.js b/index.js
index 6ca1513463724d5ab388b5fa4cfc44df0d93ff3d..968047aa93d8584af82b712fa957dd6d99645245 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,6 @@
'use strict';
module.exports = require('./lib/agent');
+module.exports.HttpAgent = module.exports;
module.exports.HttpsAgent = require('./lib/https_agent');
module.exports.constants = require('./lib/constants');