Back to directory
maxnowack avatar

signaldb

SignalDB is a reactive, local-first JavaScript database designed for modern web applications. It combines signal-based reactivity with powerful local data management and real-time synchronization capabilities.. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/maxnowack/signaldb.git

676

Stars

42

Forks

4

Watchers

MIT

License

packages/base/core/README.md

Releases

Mar 17, 2026

Download .zip

What's Changed

fix: filter out null items when mapping index positions by @maxnowack in #2630

Full Changelog: v1.8.0...v1.8.1

Mar 13, 2026

Download .zip

What's Changed

feat: collection enrichment by @signalize in #1641 fix: resolve SyncManager.dispose() race condition by @maxnowack in #2621 feat: add resetData method to Collection by @maxnowack in #2...

What's Changed

fix(deps): update dependency mingo to v7 by @renovate[bot] in #2350

Full Changelog: v1.7.1...v1.7.2

Aug 25, 2025

Download .zip

What's Changed Fixed

Fixed index info for $or queries with mixed indexed and non-indexed fields

Full Changelog: v1.7.0...v1.7.1

What's Changed Added

Type safety for modifiers in updateOne, updateMany, and replaceOne methods

Fixed

Fixed a bug where nested array parts where not resolved correctly Removed non-working $text ope...