Package co.crystaldev.alpinecore.framework.storage.driver
package co.crystaldev.alpinecore.framework.storage.driver
-
ClassDescriptionAlpineDriver<K,
D> Responsible for saving key-data pairs to a backend source.FlatfileDriver<K,D> Implements a simple flatfile storage system where each key is serialized into a separate JSON file with the corresponding data as content.Used to construct a newFlatfileDriver
.MongoDriver<K,D> MySqlDriver<K,D> MySqlDriver.Builder<K,D> Used to construct a newMySqlDriver
.