rxdb-premium

15.19.0 • Public • Published

RxDB Premium

This module contains the premium plugins of RxDB.

Installation

The RxDB premium module is distributed via npm and downloads+decrypts the actual code in the postinstall hook.

  1. Add rxdb-premium to your dependencies in the package.json. You can find out the newest RxDB version here.
{
    "dependencies": {
        "rxdb": "XX.X.X",
        "rxdb-premium": "XX.X.X"
    }
}
  1. Add your access token to the package.json of your project.
{
    "accessTokens": {
        "rxdb-premium": "0x7ff6230..."
    }
}

NOTICE: On install, rxdb-premium will look in all package.json files in all parent paths to find the token. So when you have a multi-module project, it is enough to put the token into the root package.json.

  1. Run npm install to install all dependencies.

NOTICE:

  • You should always pin the version and do not use version ranges.
  • The major version of your rxdb-premium package must be the same as of rxdb.

Source Code Access

If you have purchased the source code access option, you can find the source code in the installed rxdb premium folder in your node_modules. node_modules/rxdb-premium/src

Getting help

If you have found a technical problem, you might ask about it at the "rxdb-premium" discord channel. If you have any problem with installation or your access token, write me an email.

Readme

Keywords

Package Sidebar

Install

npm i rxdb-premium

Weekly Downloads

1,962

Version

15.19.0

License

none

Unpacked Size

9.84 kB

Total Files

3

Last publish

Collaborators

  • pubkey