Skip to content

Commit

Permalink
Promote SQLite accelerator to beta (#578)
Browse files Browse the repository at this point in the history
sgrebnov authored Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6c8269f commit 2affaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/components/data-accelerators/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2affaab

Please sign in to comment.