Skip to content

Commit 9a3426e

Browse files
committed
move ui to experimental
1 parent 37d5767 commit 9a3426e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preview/core_extensions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ title: Core Extensions
2828
| [sqlite]({% link docs/preview/core_extensions/sqlite.md %}) | [<span class="github">GitHub</span>](https://github.com/duckdb/duckdb-sqlite) | Adds support for reading from and writing to SQLite database files | stable | sqlite_scanner, sqlite3 |
2929
| [tpcds]({% link docs/preview/core_extensions/tpcds.md %}) | | Adds TPC-DS data generation and query support | experimental | |
3030
| [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 %}) | [<span class="github">GitHub</span>](https://github.com/duckdb/duckdb-ui) | Adds local UI for DuckDB | stable | |
31+
| [ui]({% link docs/preview/core_extensions/ui.md %}) | [<span class="github">GitHub</span>](https://github.com/duckdb/duckdb-ui) | Adds local UI for DuckDB | experimental | |
3232
| [vss]({% link docs/preview/core_extensions/vss.md %}) | [<span class="github">GitHub</span>](https://github.com/duckdb/duckdb-vss) | Adds support for vector similarity search queries | experimental | |
3333

3434
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

Comments
 (0)