Key value store
Simple key value store for storing system variables, user variables, connections and other, data can be encrypted.
kvstore types
There are four types of kvstore.
kv.v.
public variables
Examples:
kv.v.api.url
- used in email templateskv.v.owner.name
- used in email templateskv.v.owner.language
- default language
kv.user.{username}
user personal storage
For johndoe@gmail.com kv.v.user.johndoe_at_gmail_dot_com
kv.sys.
internal system variables
kv.sys.ftp.account.{account}
kv.sys.ftp.status.{account}
kv.connections.{name}
internal connections
All keys can be encrypted.
API
POST
HTTP | |
---|---|
GET
DB
SQL | |
---|---|
SQL | |
---|---|
|