doc: improve jsshDB description again

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-29 11:22:49 +01:00
parent fee0615c28
commit 2aa5c75fe0
1 changed files with 3 additions and 3 deletions

View File

@ -585,8 +585,8 @@ Since output generated by `JSON.sh` is so easy to use in bash, bashbot uses the
#### fast and slow operations
jsshDB files are text files, key/value pairs appearing later in the file overwrites earlier key/value pairs in the file.
Bashbot use this behavior to implement "fast" file operations.
jsshDB files are flat text files containing key/value pairs in the `JSON.sh` format.
Key/value pairs appearing later in the file overwrites earlier key/value pairs, Bashbot use this behavior to implement "fast replace" file operations.
"fast functions" add a new key/value pair to the end of a file without deleting an existing one, this is fast but over time the file grows to infinity.
@ -1146,5 +1146,5 @@ The name of your bot is available as bash variable "$ME", there is no need to ca
#### [Prev Best Practice](5_practice.md)
#### [Next Notes for Developers](7_develop.md)
#### $$VERSION$$ v1.21-dev-30-gcf6f3ee
#### $$VERSION$$ v1.21-dev-31-gfee0615