rxdb-premium

v14.7.2
RxDB Premium

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 your project:
Option A: Add the token to an `.env` file (recommended)

Create a .env file in the root of your project (if not exists) and add the line with they key RXDB_PREMIUM and your token as the value:

RXDB_PREMIUM=0x7ff6230...

IMPORTANT: Your .env file should not be commited to the project. Always add it to .gitignore.

NOTICE: On install, rxdb-premium will look in all .env 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 .env.

Option B: Add the token to your `package.json` (not recommended)
{
    "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.

Metadata

Downloads

Maintainers