docs: Document PostgreSQL DML support and acceleration.write_mode#1749
Merged
Conversation
Adds: - Write Support section on the PostgreSQL data connector page covering INSERT/UPDATE/DELETE with `access: read_write`, plus the write_through vs write_back acceleration write modes and refresh_mode: changes interaction. - `write` tag to the PostgreSQL connector frontmatter so it lists under the write-capable connectors tag page. - `acceleration.write_mode` reference entry in datasets.md. Source: spiceai/spiceai#10446
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://db8be503.spiceai-org-website.pages.dev |
lukekim
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The PostgreSQL connector now supports DML (
INSERT/UPDATE/DELETE) via spiceai/spiceai#10446. This PR documents the feature on the connector page and adds theacceleration.write_modereference entry to the dataset reference.Source PRs
Changes
website/docs/components/data-connectors/postgres/index.mdtags: [data-connectors, postgres, write]to the frontmatter so the page lists under the write-capable connectors tag.## Write Supportsection coveringaccess: read_write,INSERT/UPDATE/DELETEexamples, and thewrite_through(default) vswrite_backacceleration write modes. Notes thatrefresh_mode: changesis supported for read-write accelerated datasets.website/docs/reference/spicepod/datasets.md— newacceleration.write_modereference entry.Test plan
cd website && npm run buildpasses locally