-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When I create or update an object with the library, it uses id
and rev
(instead of the actual _id
and _rev
) which freaks out a CouchDB user like me.
e.g.
(
[id] => 2eb88e34d027a3f25e9bc26c5b06d615
[rev] => 2-e605ccbf468cf32c53ffe3b0991996be
[name] => Alice
[interests] => Array
(
[0] => eating
[1] => wondering
)
[friends] => Array
(
[0] => Cheshire Cat
)
)
it clearly works but by hogging id
and rev
you are preventing users from using those keys for themselves.
Metadata
Metadata
Assignees
Labels
No labels