mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
[GH-ISSUE #39] Avoid / in _ids #393
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#393
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?
Originally created by @gr2m on GitHub (May 15, 2015).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/39
Regarding https://github.com/eHealthAfrica/couchdb-best-practices#one-to-n-relations, I'd strongly suggest to avoid using
/. We do that in Hoodie and it keeps causing quite some headaches. Also, to quote @nycdubliner:@jo commented on GitHub (May 15, 2015):
Your suggestion?
https://www.youtube.com/watch?v=vhsQPbpR438
@gr2m commented on GitHub (May 15, 2015):
use
-or_@jo commented on GitHub (May 15, 2015):
I don't think they are a good fit. 👎
The problem is they often occur in the id part.
@jo commented on GitHub (May 15, 2015):
But I'm OK with a different seperator
@gr2m commented on GitHub (May 15, 2015):
You either use
-or_in your IDs, not both. Just be consistent in your project@jo commented on GitHub (May 16, 2015):
I am in favor of
:as this is already used in _users.@gr2m commented on GitHub (May 16, 2015):
:👍