Database
Represents the Database structure for SimplDB.
Constructor
new SimplDB(config)
Parameter
Default
Description
config.filePath
The path to the JSON file (from the root of the project) where data will be stored
config.encryptionKey
null
String (optional)
The Encryption Key to use for data encryption and decryption
config.saveOnUpdate
true
Boolean (optional)
Whether or not to write new data to the JSON file everytime it is updated
Last updated
Was this helpful?