Cocola6s6/Chat2DB_rust
参考 Chat2DB 的效果,使用 chatgpt 进行自然语言翻译,然后对数据库进行操作,使用 rust 语言实现的 web 应用。
This application helps you interact with your database using everyday language instead of complex code. You can type in a question or request in plain English, and it translates that into the necessary commands to retrieve or manipulate data from your database. It's designed for anyone who needs to quickly get information from a database without writing SQL queries.
No commits in the last 6 months.
Use this if you need to query or update information in a database using natural language, without having to write or understand SQL.
Not ideal if you are a database administrator or developer who prefers to write precise SQL queries and needs advanced database management features.
Stars
10
Forks
2
Language
Rust
License
—
Category
Last pushed
Jan 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Cocola6s6/Chat2DB_rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust