Skip to content

refactor(storage): Add PostgreSQL support#409

Draft
thelooter wants to merge 1 commit intoHKUDS:devfrom
thelooter:feat/postgres-support
Draft

refactor(storage): Add PostgreSQL support#409
thelooter wants to merge 1 commit intoHKUDS:devfrom
thelooter:feat/postgres-support

Conversation

@thelooter
Copy link
Copy Markdown

Description

Add support for Postgres by abstracting any storage away from any specific implementation to facilitate easy replacement of storage backend.

Module(s) Affected

  • agents
  • api
  • config
  • core
  • knowledge
  • logging
  • services
  • tools
  • utils
  • web (Frontend)
  • docs (Documentation)
  • scripts
  • tests
  • Other: ...

Checklist

  • I have read and followed the contribution guidelines.
  • My code follows the project's coding standards.
  • I have run pre-commit run --all-files and fixed any issues.
  • I have added relevant tests for my changes.
  • I have updated the documentation (if necessary).
  • My changes do not introduce any new security vulnerabilities.

Signed-off-by: Eve Kolb <evekolb2204@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant