Skip to content
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
Compare
Choose a tag to compare
@tycrek tycrek released this 06 Jul 21:02
· 592 commits to master since this release
bd176a1

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!

Update command:

git pull && npm i

# if using a custom frontend, make sure your frontend is updated to support StorageEngines
# restart your process