gnu: unqlite: Curate comparisons.

* gnu/packages/databases.scm (unqlite)[description]: Keep the
better-licenced comparisons.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 15:27:37 +01:00
parent fc871847f6
commit 64753a7bc5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2214,7 +2214,7 @@ (define-public unqlite
"UnQLite is an in-process software library which implements a
self-contained, serverless, zero-configuration, transactional NoSQL
database engine. UnQLite is a document store database similar to
MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store
Redis, CouchDB, etc., as well as a standard key/value store
similar to BerkeleyDB, LevelDB, etc.")
(license license:bsd-2)))