Hacker News new | ask | show | jobs
by tejaskumar_ 553 days ago
Really interesting tool! Would love to see how it handles database integration patterns. We've been working with Astra DB in some projects, and having auto-generated documentation for different database access patterns would be super helpful for the team. Have you considered adding specific support for database architecture visualization?
1 comments

Yes definitely, adding database schemas and queries is on our roadmap for capturing "indirect links" across codebases. We are thinking of something similar to Supabase studio's schema visualizer [1], but integrated with the map of the codebase so that which parts of the code read/writes to different tables. Is that what you have in mind? Or do you mean something else by database access patterns?

1: https://supabase.com/blog/supabase-studio-3-0#schema-visuali...