tweak to readme

merge-requests/13/head
James Miller 2019-08-06 11:21:14 -05:00
parent 6032308c31
commit 7b3da12188
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ It's an open, permissively licensed, and portable single-file database that does
not require setting up a client/server model. It's also likely that the database
will fit into memory easily so performance issues aren't likely to be a problem.
Also, most use cases of this data will likely be read only, so the sqlite
limitations on concurrent writes won't be an issue either.
limitations on concurrent writes won't be an issue either. Finally, it's
permissively licensed.
## Why not JSON?