shlogg · Early preview
Shrijith Venkatramana @shrsv

Crafting A Working LLM Prompt To Generate SQL With Gemini

Building conversational AI tool for DB exploration & evolution using Gemini LLM. Generates SQL suggestions from user queries & DB schema. Executes with `exec <n>` command. Next steps: prioritize, build pipeline, gather team feedback.

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)
DBChat Part 3 - Configure , Connect & Dump Databases

  
  
  Crafting A Working LLM Pro...