Skip to content

docs(MAIT-72): Add Database connector documentation#10

Open
acikabubo wants to merge 2 commits intomainfrom
MAIT-72/database-connector
Open

docs(MAIT-72): Add Database connector documentation#10
acikabubo wants to merge 2 commits intomainfrom
MAIT-72/database-connector

Conversation

@acikabubo
Copy link
Copy Markdown
Contributor

Summary

  • Add Database connector documentation covering configuration options and usage
  • Add .env.rag.example with environment variable examples for database connectors
  • Update config.yaml.example with database connector config examples
  • Update README.md with database connector documentation including convention vs enforcement, required_columns, and env variable references

Test plan

  • Review documentation for accuracy and completeness
  • Verify config examples are correct and match connector implementation
  • Verify env example variables match expected connector env vars

🤖 Generated with Claude Code

acikabubo and others added 2 commits March 9, 2026 08:49
…-72)

Documents the unified MySQL/PostgreSQL database connector with required
column conventions (id, title, updated_at, content), config.yaml examples
for both db types, and .env.rag connection string examples.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…olumns, env example

- Clarify that column names (id, title, updated_at, content) are a convention, not enforced by default
- Add required_columns to README config example and config.yaml.example (opt-in validation)
- Add DATABASE CONNECTORS section to .env.rag.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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