Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
109 stars 34 forks source link

Setup generated code db #221

Closed aarushik93 closed 4 months ago

aarushik93 commented 4 months ago

Codex will now create a database for users so they can have a functional database.

All user infrastructure will be in a seperate project to agpt, to ensure a clear division between user and internal company infra.

For now we are only storing db user and db name. Not password. If users need to reset passwords we will manually reset for them. There is currently no way for users to directly connect to the db - this is okay, we will work on a way to allow for user access when it starts to become needed.

Also had to use v1 of auth actions, was having some issues getting cloud sql proxy to work with v2.