Eric Bavier <[email protected]> skribis:
> * gnu/packages/databases.scm (unqlite): New variable.
[...]
> + ;; Contiains bug-fixes against the official release, and has an
^^^ ^
Typo.
> + ;; autotooled build system.
> + (uri (string-append "https://github.com/aidin36/tocc/releases/"
> + "download/v1.0.0/"
> + "unqlite-unofficial-" version ".tar.gz"))
Still, it seems that we should be using the official version no?
> + (synopsis "NoSQL database engine")
“NoSQL” says what it’s not, but not what it is. Maybe “In-memory
key/value database” (IIUC) or something to that effect?
The rest LGTM.
Thanks!
Ludo’.