fix(core): update

This commit is contained in:
2024-06-14 17:02:28 +02:00
parent 2d7981aa6f
commit 2adbed8fdb
6 changed files with 26 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartclickhouse",
"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.",
"npmPackagename": "@push.rocks/smartclickhouse",
"license": "MIT",
"projectDomain": "push.rocks",
@@ -22,7 +22,13 @@
"data storage",
"time-series data",
"schema management",
"data insertion"
"data insertion",
"real-time data",
"data querying",
"bulk data insertion",
"error handling",
"data deletion",
"observables"
]
}
},