-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync Gateway Support #10
Comments
I don't have currently user-experience with using Couchbase Mobile solution. If you have specific feature ideas in mind or ideas about integration with the |
To further clarify this question... currently the I'll consider implementing |
Note that |
Hello @fogine , I can confirm that it doesn't work with the sync gateway. Actually, ODM presents the same exact issue that Ottoman does: using underscore initiated values (e.g., _id and _type). When you try to spin a new instance of the Sync Gateway and it starts to synchronise, the SG will display several error messages with the following content:
My suggestion would be to change _id and _type to docId and docType (or doc_id and doc_type), respectively. |
Hello @CelsoSantos, You can change internal property names with I also recommend you to go through available Tutorials so you get familiar with current possibilities of the If there is anything unclear in the public API specification, please fill an issue or better - comment on the |
Hello,
How well does this work with the Sync Gateway? I see that you're "just" wrapping Couchbase SDK methods (very similar to Node-Ottoman) but it's not clear wether or not the Sync Gateway is supported.
Could you clarify please?
Best Regards,
Celso Santos
The text was updated successfully, but these errors were encountered: