Database
Represents the main database.
Last updated
Was this helpful?
Represents the main database.
Last updated
Was this helpful?
Property
Description
collections
<>
Array of the collections from the database
version
The current version of the package
Parameter
Default
Description
config
(optional)
The configuration to use in the database
config.autoSave
true
(optional)
Whether or not to write data into the JSON file everytime it is updated
config.collectionsFolder
'./collections'
(optional)
The path to a folder where collections' data will be stored
config.collectionTimestamps
false
(optional)
Whether or not to automatically add the createdAt and updatedAt attributes to every collection entry
config.dataFile
'./database.json'
(optional)
The path to the JSON file (from the root of the project) where the main data will be stored
config.encryptionKey
null
(optional)
The Encryption Key to use in encryption and decryption
config.tabSize
0
(optional)
The size of the tab in the JSON file (indentation)