shlogg · Early preview
Shrijith Venkatramana @shrsv

Building AI-Powered Database Management With PostgreSQL & LLM

dbchat: interactive tool for querying databases using natural language. Connects to PostgreSQL via `connect` cmd, dumps schema with `dump schema`, & integrates LLM for SQL query generation.

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.
In this tutorial series, I am on a journey to build for myself DBChat - a simple tool for using AI chat to explore and evolve databases.
See previous posts to get more context:

Building DBChat - Explore and Evolve Your DB with Simple Chat (Part 1)
DBChat: Getting a Toy REPL Going in Golang (Part 2)

  
  
  Problem - How Best to Specify Databases That We Want To Deal With?

My initial...