interface DatabaseAdapter - nsc-de/js-database GitHub Wiki

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


⚠️ **GitHub.com Fallback** ⚠️