@tycrek/ass-storage-engine

0.2.7 • Public • Published

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.

StorageEngines 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.

Dependents (2)

Package Sidebar

Install

npm i @tycrek/ass-storage-engine

Weekly Downloads

1

Version

0.2.7

License

ISC

Unpacked Size

12.7 kB

Total Files

9

Last publish

Collaborators

  • tycrek