You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/content/docs/docs/database/duckdb.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import { Aside } from '@astrojs/starlight/components';
7
7
8
8

9
9
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.
0 commit comments