Skip to content

issues Search Results · repo:typicode/lowdb language:JavaScript

Filter by

458 results
 (70 ms)

458 results

intypicode/lowdb (press backspace or delete to remove)

Hi All, I m using version 1.0 on a project and I have a route that starts a PROMISE whenever a request is made. new Promise(async (_) = { ... ... await db.get(collection).find(filter).assign(obj).write(function(err) ...
  • jonataseridani
  • 1
  • Opened 
    29 days ago
  • #612

Hi, I m having an issue with clearing part of the dataset, when I call clearRenderNodes() the data array is empty right before I call db.write, then it s again populated with the previous objects, I tried ...
  • q-depot
  • Opened 
    on Jun 17
  • #611

V: 7.0.1 Its on windows 11, I havent tested it on ubuntu. I have read that it has to do something with antivirus on win? I am only using the default defender... It helps when I delete the db file before ...
  • axi92
  • Opened 
    on May 31
  • #610

I don t know if this is expected behavior or not. But it feels off for me. It will cause issues when using defaultData multiple times. (ex. multiple lowdb instances using the same defaultData) ISSUES: ...
  • chokchai
  • Opened 
    on Dec 29, 2024
  • #604

It seem to write to file entire db on every write operation. So if i have a db with few 1000 entries, and i insert a new record 1001, it will write all 1001 records back to file with frequent data updates, ...
  • snimavat
  • 3
  • Opened 
    on Dec 19, 2024
  • #602

this libe is great, it would be nice if names were shorter and simpler to type, for instance, if you use it from terminal to quickly edit files, one would prefer something like import( lowdb ).then(lib= ...
  • younes-zeboudj
  • Opened 
    on Dec 3, 2024
  • #601

我在使用lowdb的时候,在高频写入操作的时候,小概率出现json格式错误的情况,导致我整个应用卡死,我应该怎么处理兜底逻辑。 When I use lowdb, there is a small probability that JSON format errors will occur during high-frequency write operations, causing my entire ...
  • oneQiu
  • 1
  • Opened 
    on Dec 2, 2024
  • #600

import _ from lodash ; import { Low } from lowdb ; import { JSONFileSync } from lowdb/node ; const STORE_PATH = join(app.getPath( userData ), database.json ); let defaultData = { tbl_setting: [] ...
  • Hiram-Wong
  • Opened 
    on Sep 23, 2024
  • #599

I want to use lowdb with NestJS. But lowdb is ESM, and NestJS is CommonJS. How to configure this?
  • Neos21
  • 1
  • Opened 
    on Sep 23, 2024
  • #598
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub