@tycrek/ass-storage-engine
v0.2.7
Published
ass StorageEngine base. This package also comes with a sample StorageEngine using JSON.
Downloads
32
Readme
ass-storage-engine
ass StorageEngine
base. This package also comes with a sample StorageEngine
using JSON, which is used as the default StorageEngine
in ass.
StorageEngine
s allow a universal interface for data management. Simply run GET, PUT, DEL, and HAS operations on your data and the StorageEngine
will handle the rest, whether it be JSON, MySQL, or something else entirely.
Usage
This package is installable from GitHub Packages. To use this package in your project, create an .npmrc
file in the same directory as your project's package.json
file with these contents:
@tycrek:registry=https://npm.pkg.github.com
Install using npm i @tycrek/ass-storage-engine
. Please read the ass Wiki to properly use this package.