Files
nexus/wiki/entities/DuckDB.md
2026-04-17 19:17:27 +08:00

27 lines
797 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: DuckDB
title: DuckDB
type: entity
tags: [数据库, 嵌入式, 开源]
sources:
- raw/Agent/usecases/local-crm-framework.md
last_updated: 2026-04-17
---
## Description
嵌入式分析数据库,被描述为最小且性能最高的全功能 SQL 数据库。特点:无服务器进程、无凭证管理、无网络依赖(仅一个本地文件)。
## Key Characteristics
- 嵌入式:直接嵌入应用程序,无需独立服务器进程
- 高性能:针对分析查询优化
- 零配置:无需凭证、无网络依赖
- 单文件:整个数据库是一个本地文件
## Use Cases
- 本地 CRM如 [[DenchClaw]]
- 数据分析和探索
- 嵌入式 BI 应用
## Related
- [[DenchClaw]]:使用 DuckDB 作为本地 CRM 数据库
- [[Local CRM Framework with DenchClaw]]