Client-Side Database with Reactivity based on Signals


Summary of my bookmarked Github repositories from Jul 17th, 2023

Github repositories

  • maxnowack/signaldb

    SignalDB is a JavaScript client-side database with TypeScript support. It offers an interface similar to MongoDB and enables data persistence through storage providers like localStorage. Although data replication with remote storages is planned for the future, a storage provider for RxDB will soon handle replication. SignalDB uses signals for reactivity and works with various signal libraries. All data is stored in memory for fast query performance, allowing a synchronous API for easier data handling. Data persistence is optional, and the default is localStorage. It operates under the MIT license, and contributions are encouraged.