Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov authored Nov 13, 2024
1 parent d70cc10 commit 18a7e14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spiceaidocs/docs/components/data-accelerators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ A choice of DuckDB, SQLite, or PostgreSQL engines can be used to materialize dat
Supported Data Accelerators include:
| Engine Name | Description | Status | Engine Modes |
| --------------------------------- | ----------------------- | ------ | ---------------- |
| [`duckdb`](./duckdb.md) | Embedded DuckDB | Beta | `memory`, `file` |
| [`postgres`](./postgres/index.md) | Attached PostgreSQL | Beta | |
| [`arrow`](./arrow.md) | In-Memory Arrow Records | RC | `memory` |
| [`sqlite`](./sqlite.md) | Embedded SQLite | Beta | `memory`, `file` |
| Engine Name | Description | Status | Engine Modes |
| --------------------------------- | ----------------------- | ----------------- | ---------------- |
| [`arrow`](./arrow.md) | In-Memory Arrow Records | Release Candidate | `memory` |
| [`duckdb`](./duckdb.md) | Embedded DuckDB | Beta | `memory`, `file` |
| [`postgres`](./postgres/index.md) | Attached PostgreSQL | Beta | |
| [`sqlite`](./sqlite.md) | Embedded SQLite | Beta | `memory`, `file` |

## Data Types

Expand Down

0 comments on commit 18a7e14

Please sign in to comment.