Does a project's connection string changes value?
When a project is created and assigned a connection string, will this value ever change on its own?
I read the code here: https://github.com/neondatabase/db-per-tenant
And I thought of storing the connection uri per project in the db. Would like to clarify first that connection strings in neon don't change before I do this.
GitHub
GitHub - neondatabase/db-per-tenant: Example chat-with-pdf app show...
Example chat-with-pdf app showing how to provision a dedicated database instance for each user. In this app, every database uses pgvector for similarity search. Powered by Neon - neondatabase/db-pe...
1 Reply
fair-rose•14mo ago
will this value ever change on its own?Nope
I thought of storing the connection uri per project in the dbDo you mind sharing why you would like to do that?