This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
0.7.0 - StorageEngines!
Pre-release
Pre-release
ass now supports StorageEngines! StorageEngines are a thing I made to allow easy drop-in support for new ways of storing your data.
By default it will use the standard JsonStorageEngine, but don't worry: StorageEngines are designed to allow other developers to implement their own storage methods, including databases. As long as it follows a format ass recognizes, virtually any storage method you can think of storage can be used!
- Learn more about StorageEngines on the README
- StorageEngine GitHub repo
- StorageEngine on npm
Update command:
git pull && npm i
# if using a custom frontend, make sure your frontend is updated to support StorageEngines
# restart your process