LokiDB icon indicating copy to clipboard operation
LokiDB copied to clipboard

blazing fast, feature-rich in-memory database written in TypeScript

Results 38 LokiDB issues
Sort by recently updated
recently updated
newest added

## Current behavior Node has an internal [string length limit](https://github.com/nodejs/node/issues/1719), meaning that any data larger than 2GB. will fail with a string length error, when we run `JSON.parse` here https://github.com/LokiJS-Forge/LokiDB/blob/master/packages/loki/src/loki.ts#L687...

[ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [x] Feature request [ ] Documentation issue or request [...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Feature request [x] Documentation...

## I'm submitting a... [x] Feature request ## Current behavior Currently, there is no function to do a simple update insert of a document. ## Expected behavior Provide a method...

type: feature
comp: loki

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Feature request [x] Documentation...

[X] Bug report ## Current behavior When using autoload to load the DB and then calling `clear` on a loaded collection the fulltext docstore of that collection is not cleared....

## I'm submitting a... [X] Bug report ## Current behavior Today, when inserting a new object to a collection, LokiDb adds a meta property to that object on to which...

## I'm submitting a... [X] Feature request [X ] Documentation issue or request As far as I can see from the code, LokiDb only works in sync methods, in my...