Skip to content

Commit 905c36c

Browse files
committed
docs(readme): update readme
1 parent 48c0a94 commit 905c36c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ The underlying file after these operations:
6666

6767
## When to use JSONLT
6868

69-
JSONLT works well for configuration, metadata, and small-to-medium datasets where you want human-readable files that play nicely with Git. It's a good fit when you need keyed record storage but don't want the overhead of a database, and when you want to see exactly what changed in a pull request.
69+
JSONLT works well for configuration, metadata, and small-to-medium datasets where you want human-readable files that play nicely with Git. It's a good fit when you need keyed record storage but don't want the overhead of a database, and when you want to see exactly what changed in a pull request. The append-only design supports safe concurrent access from multiple processes.
7070

71-
JSONLT is not a database. For large datasets, high write throughput, query operations, or concurrent multi-process access, consider SQLite or a full-featured database.
71+
JSONLT is not a database. For large datasets, high write throughput, or complex queries, consider SQLite or a proper database.
7272

7373
## Compound keys
7474

0 commit comments

Comments
 (0)