Closed pubkey closed 1 year ago
@mishmanners thank you so much for featuring RxDB in the latest release radar :partying_face: :tada:
Congrats on being featured in the September 2022 Release Radar 🥳
My pleasure @pubkey. Apologises for being slack on notifying you on this. Looking forward to seeing what's next!
Open Source Project name
RxDB
What is your project?
RxDB (short for Reactive Database) is an offline-first, NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and Node.js. Reactive means that you can not only query the current state, but subscribe to all state changes like the result of a query or even a single field of a document. This is great for UI-based realtime applications in a way that makes it easy to develop and also has great performance benefits but can also be used to create fast backends in Node.js.
RxDB provides an easy to implement protocol for realtime replication with your existing infrastructure or any compliant CouchDB endpoint.
RxDB is based on a storage interface that enables you to swap out the underlaying storage engine. This increases code reuse because you can use the same database code for different JavaScript environments by just switching out the storage settings.
Version
13.0.0
Date
September 15, 2022
Description of breaking changes
GitHub Repo
https://github.com/pubkey/rxdb
Website
https://rxdb.info/
Link to changelog
https://github.com/pubkey/rxdb/blob/master/CHANGELOG.md
Social media
https://twitter.com/rxdbjs/status/1570371958201798657
Anything else to add?
Link to the release notes for 13.0.0 https://rxdb.info/releases/13.0.0.html