home / skills / partme-ai / full-stack-skills / navicat
This skill helps you manage databases with Navicat, execute SQL queries, and leverage Navicat features for efficient database administration.
npx playbooks add skill partme-ai/full-stack-skills --skill navicatReview the files below or copy the command above to add this skill to your agents.
---
name: navicat
description: Provides comprehensive guidance for Navicat database management tool including database connection, query execution, data management, and database administration. Use when the user asks about Navicat, needs to manage databases with Navicat, execute SQL queries, or work with Navicat features.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides practical, hands-on guidance for using Navicat to manage databases, execute SQL, migrate data, and perform routine administration. It focuses on connection setup, query execution, data import/export, backup/restore, and common troubleshooting. The content is written to help developers and DBAs get productive quickly with Navicat features and workflows.
The skill inspects the user’s intent and environment to recommend Navicat actions: creating and testing connections, writing and running queries, scheduling backups, and transferring data between servers. It explains step-by-step procedures for GUI operations and common CLI/automation patterns where applicable. The guidance highlights settings, options, and checks to avoid data loss and ensure secure connections.
Can Navicat connect via SSH and use SSL?
Yes. Navicat supports SSH tunneling and SSL connections—configure the SSH/SSL tabs in the connection dialog and test before saving.
How do I migrate data without downtime?
Use Navicat’s data transfer with incremental sync, perform operations during low-traffic windows, and validate with checksums before switching.