rxdb-premium
v15.38.3
Published
RxDB Premium
Downloads
10,621
Readme
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.
- Add
rxdb-premium
to your dependencies in thepackage.json
. You can find out the newest RxDB version here.
{
"dependencies": {
"rxdb": "XX.X.X",
"rxdb-premium": "XX.X.X"
}
}
- Add your access token to your project:
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
.
{
"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
.
- Run
npm install
to install all dependencies.
NOTICE:
- You should always pin the version and do not use version ranges.
- The version of your
rxdb-premium
package must be the same as ofrxdb
.
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.