"SequoiaDB Giant Sequoia Database" findOne()

grammar

db.collectionspace.collection.findOne([cond],[sel])

The use of this method is the   same as find() , and the specific use can refer to the find() method. But this operation method only returns a record that meets the query conditions.

Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/weixin_45890253/article/details/112937451