fix(core): update
This commit is contained in:
12
package.json
12
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartclickhouse",
|
||||
"version": "2.0.16",
|
||||
"private": false,
|
||||
"description": "A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and handling time-series data.",
|
||||
"description": "A TypeScript-based ODM for ClickHouse databases that supports creating, managing, and querying tables with a focus on handling time-series data.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -61,11 +61,17 @@
|
||||
"data storage",
|
||||
"time-series data",
|
||||
"schema management",
|
||||
"data insertion"
|
||||
"data insertion",
|
||||
"real-time data",
|
||||
"data querying",
|
||||
"bulk data insertion",
|
||||
"error handling",
|
||||
"data deletion",
|
||||
"observables"
|
||||
],
|
||||
"homepage": "https://code.foss.global/push.rocks/smartclickhouse",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.foss.global/push.rocks/smartclickhouse.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user