alxndrsn opened a new issue, #9178:
URL: https://github.com/apache/pouchdb/issues/9178

   The second code sample at https://pouchdb.com/gql.html reads:
   
   ```js
   const pouchdb;
   PouchDB('idb://test', function(err, db) {
      pouchdb = db;
     // Use pouchdb to call further functions
       db.gql({select: "*", where: "type='Fire' and name is not null"}, 
function(err, result){
           if(!err){
           // Use the results of the query here
           }
         }
   })
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to