acebase icon indicating copy to clipboard operation
acebase copied to clipboard

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications

Results 19 acebase issues
Sort by recently updated
recently updated
newest added

It would be nice if Acebase could provide a logging callback or a logging event. In this way, we may use libraries like `log4js` to save the logs for future...

feature request

Would it be possible to make the getArrayObservable function available (from the data-proxy API)? TIA

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi :) I have noticed that if I add a BigInt field, I can't sort or apply filters on it. It is rightly stored and loaded. Could you add the...

enhancement

Hi :) I've been through a weird behaviour when trying to sort data. Here a TU that reproduce the issue. Could you fix it please or tell me what do...

bug
indexes
query

The AceBase Banner displayed multiple times during app start is annoying and distracting and requires scrolling down to see our actual app logs. Is there a way to stop these...

documentation
feature request

I am that main author of MeshCentral, a open-source remote management web site. [One of the community members](https://github.com/Ylianst/MeshCentral/issues/4398) point out AceBase was a good replacement for [NeDB](https://github.com/louischatriot/nedb/) that is no...

There currently is no way to stop a realtime query from delivering results, besides if returning `false` in one of the event callbacks. Waiting for a callback to happen might...

feature request

is there any possible way to connect acebase from Python code? Or, can it be connected with HTTP way?

This enables replacing AceBase's default logger with a logging library such as Bunyan, Winston, Pino and any other logger supporting `trace`, `debug`, `info`, `warn`, `error` and `fatal` methods. This also...

enhancement