好用的开源大语言模型数据库操作工具-ToolFront
文章标签:
数据库工具
好用的开源大语言模型数据库操作工具 ToolFront
1、支持多达15个主流数据库和大模型包括:MYSQL、Snowflake、BigQuery、PostgreSQL等
2、支持多样数据源格式:CSV、Parquet、JSON,Excel等文件;
3、支持:符合OpenAPI/Swagger 规范的 API(例如 GitHub、Stripe、Discord);
4、配置文件简单:结构化、MCP协议、兼容所有数据和模型;
5、代码简单有效,三行代码即可运行启动;
from toolfront import Database
# Connect +10 databases and warehouses
db = Database("postgres://user:pass@localhost:5432/mydb")
answer = db.ask("What's the revenue of our top-5 products")
print(answer)