-
Getting this error after pulling changes today:
```
file:///D:/Dev/free-games-claimer/src/util.js:14
import { JSONFilePreset } from 'lowdb/node';
^^^^^^^^^^^^^^
SyntaxError: The requeste…
-
Setuju gk pakek lowDB? :v
-
I want to use lowdb with NestJS.
But lowdb is ESM, and NestJS is CommonJS.
How to configure this?
-
The project can't actually be deployed without another approach to storage
-
Hi,
I've been stuck for two days trying anything to add lowdb to my project, and this issue is my last chance.
This is a full ESM project using full Typescript and based on react, nextjs and jest.…
-
Listen I'm not doing much so I'm probably better off with a file database anyway.
-
Hello, first of all i have to say this is an awesome library.
I've tried to augment [lowdb](https://github.com/typicode/lowdb) with this mixin lib. Unfortunately without success.
``` js
import low f…
-
Need to add a data persistence layer.
- [ ] Persist Orders & state (cancelled, filled, partially filled etc)
- [ ] Persist Completed Trades
- [ ] Persist Candle Data
- [ ] Be able to reload Candle…
-
For v1 with LowDB v3 support, the following improvements to [feathers-yaml](https://github.com/FossPrime/feathers-yaml) are needed
- [x] Custom Model support
- [x] Default to JSON not Yaml (Penetr…
-
Add low.db database support in addition to the existing databases which are supported.
Initially I opened this in the Strapi's repository but I now believe that it's more suitable to open this here…