[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] gnu: Add UnQLite.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 2/3] gnu: Add UnQLite. |
Date: |
Sun, 29 Mar 2015 14:13:35 -0500 |
On Sun, 29 Mar 2015 15:49:42 +0200
address@hidden (Ludovic Courtès) wrote:
> Eric Bavier <address@hidden> skribis:
>
> > * gnu/packages/databases.scm (unqlite): New variable.
>
> [...]
>
> > + ;; Contiains bug-fixes against the official release, and has
> > an
> ^^^ ^
> Typo.
Thanks.
> > + ;; 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?
The official distribution is somewhat of a mess. The zip archive
requires a patch that must be applied during a build step because our
patch-and-repack can't handle "tarbombs". There are not
installation scripts, and the trivial-build-system is much more
verbose.
> > + (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?
Yes, that would be more descriptive. Perhaps "In-memory key/value and
document store".
> The rest LGTM.
>
> Thanks!
Thank you for the review.
`~Eric
[PATCH 1/3] gnu: Add Catch., Eric Bavier, 2015/03/27
[PATCH 3/3] gnu: Add tocc., Eric Bavier, 2015/03/27