go-threads
go-threads copied to clipboard
Ability to update a thread name
As a user of a thread DB, I would like the ability to update a thread name. The use case is for thread management, Imagine I create a thread, insert many instances into the thread then, later on, decide the original name is no longer relevant. I am unable to currently update the thread name.
Describe alternatives you've considered The only solution I can think of would be to create a new thread, copy the collections (if copy collections exist) into the new thread, and delete the old thread.
Additional context

This would have to be implemented on the go side before we could expose it here. Moving this issue over there.