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: docs/preview/core_extensions/overview.md
+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
@@ -28,7 +28,7 @@ title: Core Extensions
28
28
|[sqlite]({% link docs/preview/core_extensions/sqlite.md %}) |[<spanclass="github">GitHub</span>](https://github.com/duckdb/duckdb-sqlite)| Adds support for reading from and writing to SQLite database files | stable | sqlite_scanner, sqlite3 |
29
29
|[tpcds]({% link docs/preview/core_extensions/tpcds.md %}) || Adds TPC-DS data generation and query support | experimental ||
30
30
|[tpch]({% link docs/preview/core_extensions/tpch.md %}) || Adds TPC-H data generation and query support | stable ||
31
-
|[ui]({% link docs/preview/core_extensions/ui.md %}) |[<spanclass="github">GitHub</span>](https://github.com/duckdb/duckdb-ui)| Adds local UI for DuckDB |stable ||
31
+
|[ui]({% link docs/preview/core_extensions/ui.md %}) |[<spanclass="github">GitHub</span>](https://github.com/duckdb/duckdb-ui)| Adds local UI for DuckDB |experimental||
32
32
|[vss]({% link docs/preview/core_extensions/vss.md %}) |[<spanclass="github">GitHub</span>](https://github.com/duckdb/duckdb-vss)| Adds support for vector similarity search queries | experimental ||
33
33
34
34
The **Stage** column shows the lifecycle stage of the extension following the convention of the [lifecycle stages used in tidyverse](https://lifecycle.r-lib.org/articles/stages.html).
0 commit comments