Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

interface DatabaseAdapter

Nicolas Schmidt edited this page Sep 30, 2020 · 1 revision
fields functions
#save()
#load()

Fields

no fields in this interface


Functions

save()

💾 Saves the given data

parameters:
data ⌛ Promise (Ready when saved) >> ⛔ void

load()

💾 loads the data

returns ⌛ Promise (Ready when data is loaded) >> 💾 the data


Clone this wiki locally