box/exports library

Classes

PerksBox<T extends PerksAdapter>
Boxes provide an abstraction over adapters and add additional functionalities. PerksBox provides an abstraction over PerksAdapter and all the operation are asynchronous.
PerksNameValueBox<T>
PerksNameValueBox is a Key-Value or Name-Value paired database. Everything is stored as json internally.
PerksNameValueMapUtils
PerksNameValueSyncBox<T>
PerksNameValueSyncBox is same as PerksNameValueBox but everything is synchronous.
PerksStringBox<T extends PerksAdapter>
PerksStringBox provides basic functionality of storing texts.
PerksStringSyncBox<T extends PerksSyncAdapter>
PerksStringSyncBox is same as PerksStringBox but everything is synchronous.
PerksSyncBox<T extends PerksSyncAdapter>
PerksSyncBox provides an abstraction over PerksSyncAdapter and all the operation are synchronous.