This repository was archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
class Database
Super4Jet edited this page Nov 25, 2020
·
2 revisions
extends DatabaseObject
| fields | functions |
|---|---|
| #data | #set() |
| #length | #setDefault() |
| #setDefaults() | |
| #get() | |
| #getNormal() | |
| #update() | |
| #contains() | |
| #saveData() | |
| #reloadData() |
for extended fields see DatabaseObject
for extended functions see DatabaseObject
Save the data to the database
returns ⌛ Promise (Ready when saved) >> the database itself, so you can chain operations
Reload the data from the database
returns ⌛ Promise (Ready when loaded) >> the database itself, so you can chain operations