Skip to content

Commit 53ea81f

Browse files
committed
update
1 parent d03cb77 commit 53ea81f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

packages/py-db/try-duckdb/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
- SQLite 是 OLTP ,主要是增删改查
44
- DuckDB 是 OLAP ,主要是做数据分析的
55

6+
## 亮点
7+
8+
- <https://duckdb.org/docs/stable/data/data_sources>
9+
- [读写 csv](https://duckdb.org/docs/stable/data/csv/overview.html)
10+
- [读写 json](https://duckdb.org/docs/stable/data/json/overview.html)
11+
- [读写 多文件](https://duckdb.org/docs/stable/data/multiple_files/overview)
12+
- <https://duckdb.org/docs/stable/extensions/full_text_search>
13+
- <https://duckdb.org/docs/stable/extensions/httpfs/overview>
14+
- <https://duckdb.org/docs/stable/extensions/sqlite>
15+
16+
## 安装方式
17+
18+
- <https://duckdb.org/docs/installation/?version=stable&environment=cli&platform=macos&download_method=package_manager>
19+
20+
```ruby
21+
22+
# via curl
23+
curl https://install.duckdb.org | sh
24+
25+
# via brew
26+
brew install duckdb
27+
```
28+
629
## Docs
730

831
- <https://duckdb.org/docs/stable/clients/python/overview.html>

0 commit comments

Comments
 (0)