shlogg · Early preview
Shrijith Venkatramana @shrsv

Building DBChat: Simplifying Database Interactions With AI

Building LiveAPI generates API docs from code in minutes. Next step: creating LSP extension for DBChat with Go backend, focusing on CLI shell experience for database connections & schema extraction.

Hi there! I'm Shrijith Venkatrama, the founder of Hexmos. Right now, I’m building LiveAPI, a super-convenient tool that simplifies engineering workflows by generating awesome API docs from your code in minutes.
As a team, we have embraced AI tools such as Cursor Editor and GitHub Copilot, experiencing firsthand the speed at which we can iterate on products and ship improvements for our customers using these new tools.
One area where I feel existing tools fall short is in dealing with databases.
While we can manually generate SQL queries from textual descriptions, I believe automating that proc...