0

Is it possible to query the server database from Couchbase Lite. I know there is a REST API that does what I'm looking for but I'm wondering if the Node.js API supports this feature.

Josh Elias
  • 3,250
  • 7
  • 42
  • 73

1 Answers1

0

At this time, the Sync Gateway REST interface is the only method of querying at the server when you're using Couchbase Lite and Sync Gateway.

Matt Ingenthron
  • 1,894
  • 14
  • 14