Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

DBClient

DBClient 收录了来自 apecloud-inc 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
2
更新
2026-06-16
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dbclient-add-engine
软件开发工程师

Practical guide for adding a new database or middleware engine to DBClient. Use this skill when you need to introduce a new dbType.

2026-06-16
dbclient-core
软件开发工程师

Cross-cutting core mechanisms of DBClient: CLI argument parsing, DBConfig, TesterFactory, TestExecutor, and the DatabaseTester interface. Use this skill when modifying generic flows or adding engine registration, validation, or dependencies.

2026-06-16
dbclient-engine-kv
软件开发工程师

KV / coordination engines in DBClient: Redis, RedisCluster, Redis Sentinel, Camellia-Proxy, Etcd, and Zookeeper. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-mq
软件开发工程师

Message-queue engines in DBClient: Kafka, Pulsar, RabbitMQ, and RocketMQ. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-relational
软件开发工程师

Relational / JDBC-protocol-compatible engines in DBClient. Covers MySQL-compatible, PostgreSQL-compatible, Oracle, SQLServer, domestic / regulated databases, and analytical databases such as StarRocks, Doris, and ClickHouse. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-search
软件开发工程师

Search / log-retrieval engines in DBClient: Elasticsearch 8.x and OpenSearch. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-storage
软件开发工程师

Document / object / graph / big-data storage engines in DBClient: MongoDB, MinIO, Hadoop, Hive, Vault, and Nebula. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-ts
软件开发工程师

Time-series engines in DBClient: InfluxDB, TDengine, VictoriaMetrics, VictoriaLogs, and Loki. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient-engine-vector
软件开发工程师

Vector databases in DBClient: Milvus and Qdrant. Use this skill when adding, debugging, or modifying such a Tester.

2026-06-16
dbclient
软件开发工程师

Entry index for DBClient (OneClient), a unified database testing CLI client. Start here when you are unsure which sub-skill to use.

2026-06-16
dbclient-testmode-benchmark
软件开发工程师

Generic logic for DBClient benchmark test mode: DatabaseTester.bench() implementation conventions, concurrency model, and result calculation. Use this skill when modifying the performance-test framework or troubleshooting throughput/concurrency issues.

2026-06-16
dbclient-testmode-loop
软件开发工程师

Generic logic for DBClient executionloop test mode: DatabaseTester.executionLoop() periodic execution and intermediate reporting. Use this skill when modifying long-running tests or scheduled report logic.

2026-06-16
dbclient-testmode-query
软件开发工程师

Generic logic for DBClient query test mode: DatabaseTester.execute(), QueryResult wrapping, and format branches in TestExecutor.formatQueryResult(). Use this skill when modifying query execution or result output for any engine.

2026-06-16
dbclient-testmode-stress
软件开发工程师

Generic logic for DBClient connectionstress test mode: DatabaseTester.connectionStress() implementation conventions, concurrent connection creation, and connection-leak troubleshooting. Use this skill when modifying the stress model or investigating connection-count issues.

2026-06-16
dbclient-troubleshooting
软件开发工程师

Decision tree and common failure modes for DBClient. Use this skill first when a test run fails and you need to narrow down whether the issue is in CLI args, factory mapping, the engine Tester, result formatting, or dependencies.

2026-06-16