Skip to content

Commit d60ba73

Browse files
committed
📝 Add minimal version to DuckDB docs
1 parent 794d08b commit d60ba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/content/docs/docs/database/duckdb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Aside } from '@astrojs/starlight/components';
77

88
![DuckDB](/icons/duckdb.png)
99

10-
DuckDB is a columnar SQL OLAP database. It is designed for analytical queries and is optimized for performance. Anyquery provides a way to connect to a DuckDB database and run queries on it, benefiting from its speed.
10+
DuckDB is a columnar SQL OLAP database. It is designed for analytical queries and is optimized for performance. Anyquery provides a way to connect to a DuckDB database (starting from 0.4.3) and run queries on it, benefiting from its speed.
1111

1212
## Getting started
1313

0 commit comments

Comments
 (0)