timescaledb

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Timescaledb Skill

Timescaledb Skill

Comprehensive assistance with timescaledb development, generated from official documentation.
为Timescaledb开发提供全面协助,内容源自官方文档。

When to Use This Skill

何时使用该Skill

This skill should be triggered when:
  • Working with timescaledb
  • Asking about timescaledb features or APIs
  • Implementing timescaledb solutions
  • Debugging timescaledb code
  • Learning timescaledb best practices
当出现以下场景时,应触发此Skill:
  • 处理Timescaledb相关工作
  • 咨询Timescaledb的功能或API
  • 实现Timescaledb解决方案
  • 调试Timescaledb代码
  • 学习Timescaledb最佳实践

Quick Reference

快速参考

Common Patterns

常见模式

Quick reference patterns will be added as you use the skill.
随着你使用该Skill,将添加更多快速参考模式。

Example Code Patterns

示例代码模式

Example 1 (bash):
bash
rails new my_app -d=postgresql
    cd my_app
Example 2 (ruby):
ruby
gem 'timescaledb'
Example 3 (shell):
shell
kubectl create namespace timescale
Example 4 (shell):
shell
kubectl config set-context --current --namespace=timescale
Example 5 (sql):
sql
DROP EXTENSION timescaledb;
示例1(bash):
bash
rails new my_app -d=postgresql
    cd my_app
示例2(ruby):
ruby
gem 'timescaledb'
示例3(shell):
shell
kubectl create namespace timescale
示例4(shell):
shell
kubectl config set-context --current --namespace=timescale
示例5(sql):
sql
DROP EXTENSION timescaledb;

Reference Files

参考文件

This skill includes comprehensive documentation in
references/
:
  • api.md - Api documentation
  • compression.md - Compression documentation
  • continuous_aggregates.md - Continuous Aggregates documentation
  • getting_started.md - Getting Started documentation
  • hyperfunctions.md - Hyperfunctions documentation
  • hypertables.md - Hypertables documentation
  • installation.md - Installation documentation
  • other.md - Other documentation
  • performance.md - Performance documentation
  • time_buckets.md - Time Buckets documentation
  • tutorials.md - Tutorials documentation
Use
view
to read specific reference files when detailed information is needed.
本Skill在
references/
目录下包含完整文档:
  • api.md - API文档
  • compression.md - 压缩功能文档
  • continuous_aggregates.md - 连续聚合功能文档
  • getting_started.md - 快速入门文档
  • hyperfunctions.md - 超级函数文档
  • hypertables.md - Hypertables文档
  • installation.md - 安装文档
  • other.md - 其他文档
  • performance.md - 性能优化文档
  • time_buckets.md - Time Buckets文档
  • tutorials.md - 教程文档
当需要详细信息时,使用
view
命令查看特定参考文件。

Working with This Skill

使用该Skill的指南

For Beginners

针对初学者

Start with the getting_started or tutorials reference files for foundational concepts.
从getting_started或tutorials参考文件开始,学习基础概念。

For Specific Features

针对特定功能

Use the appropriate category reference file (api, guides, etc.) for detailed information.
使用对应分类的参考文件(如api、指南等)获取详细信息。

For Code Examples

针对代码示例

The quick reference section above contains common patterns extracted from the official docs.
上方的快速参考部分包含从官方文档提取的常见模式。

Resources

资源

references/

references/

Organized documentation extracted from official sources. These files contain:
  • Detailed explanations
  • Code examples with language annotations
  • Links to original documentation
  • Table of contents for quick navigation
从官方来源整理的结构化文档。这些文件包含:
  • 详细说明
  • 带语言标注的代码示例
  • 指向原始文档的链接
  • 便于快速导航的目录

scripts/

scripts/

Add helper scripts here for common automation tasks.
此处添加用于常见自动化任务的辅助脚本。

assets/

assets/

Add templates, boilerplate, or example projects here.
此处添加模板、样板代码或示例项目。

Notes

注意事项

  • This skill was automatically generated from official documentation
  • Reference files preserve the structure and examples from source docs
  • Code examples include language detection for better syntax highlighting
  • Quick reference patterns are extracted from common usage examples in the docs
  • 本Skill由官方文档自动生成
  • 参考文件保留了源文档的结构和示例
  • 代码示例包含语言检测,以实现更好的语法高亮
  • 快速参考模式提取自文档中的常见使用示例

Updating

更新方法

To refresh this skill with updated documentation:
  1. Re-run the scraper with the same configuration
  2. The skill will be rebuilt with the latest information
如需使用最新文档刷新该Skill:
  1. 使用相同配置重新运行爬虫
  2. Skill将根据最新信息重建