docs/premium/index.html
RxDB's Premium plugins offer advanced features and performance improvements designed for businesses and professionals. They are ideal for commercial or critical projects, providing better performance, a smaller build size, flexible storage engines, secure encryption and other features.
€XX/month
(billed yearly: €)
Buy Now »
If you have any questions, see the FAQ below or fill out the Buy-Now Form to get in contact.
#What is the process for making a purchase?
#Do I need the Premium Plugins?RxDB Core is open source and many use cases can be implemented with the Open Core part of RxDB. There are many RxStorage options and all core plugins that are required for replication, schema validation, encryption and so on, are totally free. As soon as your application is more than a side project you can consider using the premium plugins as an easy way to improve your applications performance and reduce the build size.
The main benefit of the Premium Plugins is performance. The Premium RxStorage implementations have a better performance so reading and writing data is much faster especially on low-end devices. You can find a performance comparison here. Also there are additional Premium Plugins that can be used to further optimize the performance of your application like the Query Optimizer or the Sharding plugin.#Can I get a free trial period?
If you have made significant contributions to the RxDB github repository, you can apply for a discount depending on your contribution.
On your company/project website, publish an article/blogpost about how you use RxDB in your project. Include how your setup looks like, how you use RxDB in that setup and what problems you had and how did you overcome them. You also need to link to the RxDB website or documentation pages.
If you are active in the RxDB community and discord channel by helping others out or creating educational content like videos and tutorials, feel free to apply for a discount.
For private personal projects there is the option to solve one of the Premium Tasks to get a free 2 years access to the Premium Plugins.
[
A storage for browsers based on IndexedDB. Has the best latency on writes and smallest build size.
](/rx-storage-indexeddb.html)[
Currently the RxStorage with the best data throughput that can be used in the browser. Based on the OPFS File System Access API.
](/rx-storage-opfs.html)[
A fast storage based on SQLite for Servers and Hybrid Apps. Can be used with Node.js , Electron , React Native , Capacitor.
](/rx-storage-sqlite.html)[
A RxStorage wrapper to run the storage inside of a SharedWorker which improves the performance by taking CPU load away from the main process. Used in browsers.
](/rx-storage-shared-worker.html)[
A RxStorage wrapper to run the storage inside of a Worker which improves the performance by taking CPU load away from the main process.
](/rx-storage-worker.html)[
A wrapper around any other storage that improves performance by applying the sharding technique.
](/rx-storage-sharding.html)[
A wrapper around any other storage that creates a mapped in-memory copy which improves performance for the initial page load time and write & read operations.
](/rx-storage-memory-mapped.html)[
A tool to find the best index for a given query. You can use this during build time to find the best index and then use that index during runtime.
](/query-optimizer.html)[
A wrapper around any other storage which optimizes the initial page load one by using localstorage for meta key-value document. Only works in browsers.
](/rx-storage-localstorage-meta-optimizer.html)[
A faster and more secure encryption plugin based on the Web Crypto API.
](/encryption.html)[
A fast RxStorage based on the Node.js Filesystem.
](/rx-storage-filesystem-node.html)[
A high-performance RxStorage for React Native and Expo apps based on the Expo Filesystem.
](/rx-storage-filesystem-expo.html)[
A logging plugin useful to debug performance problems and for monitoring with Application Performance Monitoring (APM) tools like Bugsnag, Datadog, Elastic, Sentry and others
](/logger.html)[
An adapter to use the RxServer with fastify instead of express. Used to have better performance when serving requests.
](/rx-server.html)[
An adapter to use the RxServer with Koa instead of express. Used to have better performance when serving requests.
](/logger.html)[
A plugin to efficiently run local fulltext search indexing and queries.
](/fulltext-search.html)