File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/py-db/try-duckdb Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 3
3
- SQLite 是 OLTP ,主要是增删改查
4
4
- DuckDB 是 OLAP ,主要是做数据分析的
5
5
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
+
6
29
## Docs
7
30
8
31
- < https://duckdb.org/docs/stable/clients/python/overview.html >
You can’t perform that action at this time.
0 commit comments