fix(core): update

This commit is contained in:
2024-06-14 16:56:39 +02:00
parent 92688a7f7f
commit 458da47c9c
6 changed files with 221 additions and 28 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 their data.",
"description": "A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and handling time-series data.",
"npmPackagename": "@push.rocks/smartclickhouse",
"license": "MIT",
"projectDomain": "push.rocks",
@@ -19,7 +19,10 @@
"data management",
"table management",
"analytics",
"data storage"
"data storage",
"time-series data",
"schema management",
"data insertion"
]
}
},