feat(db): add persistent identifier (pids) table #65
Loading…
Add table
Add a link
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?
In v1, the Digital Object Identifiers (DOIs) were embedded in a lot of tables directly. However, in v2 it looks like there will be ongoing Persistent Identifier (PID) support that goes beyond any single one.
A table that links any output to many PIDs will be more scalable. It will allow a DOI to be linked and an ARK, without needing to adjust the outputs/versions table. If we add support for other PIDs in the future, that would then also be more scalable.