docs(postgres): add README with usage examples and config reference#1349
docs(postgres): add README with usage examples and config reference#1349nuthalapativarun wants to merge 1 commit into
Conversation
🦋 Changeset detectedLatest commit: 84c06a0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds a complete ChangesPostgreSQL Package Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Checklist
<type>(<scope>): <description>)Bugs / Features
pnpm changeset)What is the current behavior?
@voltagent/postgreshas no README, so users have no documentation for installing or configuring thePostgreSQLMemoryAdapterandPostgreSQLVectorAdapter.What is the new behavior?
Adds a README covering installation, the memory adapter and vector adapter usage examples, their configuration options, and a pointer to the existing integration test docs.
Notes for reviewers
Mirrors the style/structure of the recently added
@voltagent/server-coreREADME (#1331).Summary by cubic
Add a README for
@voltagent/postgreswith install steps and usage examples forPostgreSQLMemoryAdapterandPostgreSQLVectorAdapter. Includes their configuration options and a link to the integration test docs.Written for commit 84c06a0. Summary will update on new commits.
Summary by CodeRabbit
@voltagent/postgreswith installation instructions, usage examples, and configuration options for PostgreSQL-backed memory and vector storage adapters.