OpenMCT advanced features #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
General list of things we can add:
DomainObject storage is being worked on by tricking SQLite into being a JSON document store. I used the technique outlined here to add an indexed, constrained column for the OpenMCT identifier key. This currently only works for one namespace but can be expanded if needed.