File size: 1,014 Bytes
dd273c0
 
 
 
 
 
 
 
 
 
 
 
 
3fb78ed
 
 
 
 
 
 
 
 
bb5a1c2
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: SQlord
emoji: πŸ“ˆ
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.33.1
app_file: app.py
pinned: false
license: mit
short_description: An MCP agent tool and agent that interacts with PostgreSQL
---

# SQLord

SQLord is a Python tool that provides a Gradio interface to interact with a PostgreSQL database using LangChain. The tool allows users to ask questions in natural language, which are translated into SQL queries by an LLM, executed on the database, and the results (or the query) are displayed to the user.

#agent-demo-track

# Video showcase
[![Watch the video](https://img.youtube.com/vi/8b1d2k0f3e4/maxresdefault.jpg)](https://youtu.be/T_tNgRTyY9g)


<iframe width="560" height="315" src="https://www.youtube.com/embed/T_tNgRTyY9g?si=RCF08AW2g8OdmH_l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>