Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PostgreSQL Database

This TypeScript example lets an LLM interact with PostgreSQL through function calling. It supports read-only queries, table creation, inserts, updates, deletes, table listing, and schema inspection.

Environment Variables

DATABASE_URL=postgres://username:password@localhost:5432/database_name