📄️ SQL++ for Mobile
Description - How to use SQL++ Query Strings to build effective queries with Couchbase Lite for React Native
📄️ SQL++ for Mobile and Server Differences
N1QL is Couchbase's implementation of the developing SQL++ standard. As such the
📄️ Query Result Sets
When querying a database, the results are returned as an array of objects (ResultSet). Each object (Result) has keys based on the collection names used in the FROM statement of your query. If an alias is used, the key will be the alias name. This allows you to access the properties of the results easily and ensures that the structure of your results matches the query structure.
📄️ Live Queries
Description - Couchbase Lite Live Query Concepts
📄️ Query Troubleshoooting
Description - Couchbase Lite Queries - Troubleshooting