thearkxd / ark.db

Small and fast JSON database for Node and browser. 😋

Home Page:https://www.npmjs.com/package/ark.db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kanka burada findOne sonuna .lean() koyabilirsin veri akışı daha çok hızlanır

wioniqle-q opened this issue · comments

const data = await this.schema.findOne({ Key: arr[0] });

const data = await this.schema.findOne({ Key: arr[0] }).lean();