From 98d642281aa2e829eb4e12efd6b8ddebca5992c5 Mon Sep 17 00:00:00 2001 From: Sergei Grebnov Date: Fri, 1 Nov 2024 10:45:03 -0700 Subject: [PATCH] Promote SQLite accelerator to beta --- spiceaidocs/docs/components/data-accelerators/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiceaidocs/docs/components/data-accelerators/index.md b/spiceaidocs/docs/components/data-accelerators/index.md index 4757a6ef..cbf52b50 100644 --- a/spiceaidocs/docs/components/data-accelerators/index.md +++ b/spiceaidocs/docs/components/data-accelerators/index.md @@ -33,7 +33,7 @@ Supported Data Accelerators include: | [`duckdb`](./duckdb.md) | Embedded DuckDB | Beta | `memory`, `file` | | [`postgres`](./postgres/index.md) | Attached PostgreSQL | Beta | | | [`arrow`](./arrow.md) | In-Memory Arrow Records | Beta | `memory` | -| [`sqlite`](./sqlite.md) | Embedded SQLite | Alpha | `memory`, `file` | +| [`sqlite`](./sqlite.md) | Embedded SQLite | Beta | `memory`, `file` | ## Data Types