Database
Represents the Database structure for SimplDB.
Last updated
Represents the Database structure for SimplDB.
Last updated
Parameter
Default
Description
config
The configuration to use in the database
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
config.tabSize
2
Number (optional)
The size of the tab before each key (indentation)