@xpert-ai/plugin-kingbase
v0.0.2
Published
Readme
Xpert Plugin: KingbaseES Data Source
@xpert-ai/plugin-kingbase migrates the legacy kingbase adapter into an
independent database plugin. It reuses the public PostgreSQL runner contract
while preserving the KingbaseES type, default kingbase database, JDBC URL,
and com.kingbase8.Driver.
Installation
pnpm add @xpert-ai/plugin-kingbaseRegister the package through the Xpert plugin manager and create a data source
with type kingbase. Connection fields and table/query capabilities match
@xpert-ai/plugin-postgres.
{
"host": "kingbase.internal",
"port": 54321,
"username": "analytics",
"password": "******",
"database": "kingbase"
}The plugin has no entities, controllers, routes, queues, or persisted global artifacts, so no system artifact namespace is required.
Development
From xpert-plugins/xpertai:
corepack pnpm exec nx run-many -t build typecheck lint test --projects=@xpert-ai/plugin-kingbaseLive verification requires a reachable KingbaseES instance and credentials.
License
AGPL-3.0
