AI managing my database

anasbinti

Registered Member
Joined
Feb 8, 2024
Messages
91
Reaction score
21
Guys i'm not sure how and what AI solution can make this possible, i have a SaaS built on my oracle cloud server, when i face a problem i keep asking chatgpt on the problem i face and then solve it, also for example i have a database if i want to edit i might need to use some postgresSQL to edit while i'm asking chatgpt to help me, meanwhile is it possible to give an ai model access to your tools and system to keep editing it, because really what i need is very basic and nothing very complexe, since most of my work just connecting the API tools and building scripts
 
just give the ai access through an api or a simple script runner. a lot of people do it for basic SQL and small tasks. Works fine if you keep the permissions limited
 
Guys i'm not sure how and what AI solution can make this possible, i have a SaaS built on my oracle cloud server, when i face a problem i keep asking chatgpt on the problem i face and then solve it, also for example i have a database if i want to edit i might need to use some postgresSQL to edit while i'm asking chatgpt to help me, meanwhile is it possible to give an ai model access to your tools and system to keep editing it, because really what i need is very basic and nothing very complexe, since most of my work just connecting the API tools and building scripts
Postgres should have a MCP server (google postgres mcp) which you can plug in to different chat agents.

That said, whatever tool you use, only give it readonly access (google postgres readonly user). Otherwise this can end in a disaster. One DROP db call and you are done.
 
Back
Top