Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

DBClient

DBClient contient 15 skills collectées depuis apecloud-inc, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
15
Stars
2
mis à jour
2026-06-16
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

dbclient-add-engine
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-16
dbclient
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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