Re: Guile-SQLite3 0.1.1 released

Aleix Conchillo FlaquĆ© <[email protected]> Tue, 9 Jun 2020 16:19:40 -0700
Newsgroups gmane.lisp.guile.user,gmane.comp.gnu.guix.devel,gmane.lisp.guile.sources
Message-ID <CA+XASoU8K8equXBH6Mwa5zN1EFN3e5ndKg1FLtjvuDcZ-c+LXQ@mail.gmail.com>
On Tue, Jun 9, 2020 at 2:20 PM Danny Milosavljevic <[email protected]>
wrote:

> I=E2=80=99m pleased to announce Guile-SQLite3 version 0.1.1:
>
>   git clone https://notabug.org/guile-sqlite3/guile-sqlite3.git
>   cd guile-sqlite3
>   git checkout v0.1.1
>   git tag -v v0.1.1
>
> The =E2=80=98git tag -v=E2=80=99 command checks the authenticity of your =
checkout.
> You may need to retrieve the signing key first:
>
>   gpg --keyserver keys.gnupg.net
>   --recv-keys 76CEC6B17274B465C02DB3D9E71A35542C30BAA5
>
> Guile-SQLite3 provides Guile 2.x and Guile 3.x bindings to the SQLite
> database
> engine.
> It was originally written by Andy Wingo, with contributions from several
> people.
>
> Changes to the previous release are:
>
> * sqlite-finalize: Reset statement when called on cached statement.
> * Fix memory management of retrieved blob values.
>
> Danny.
>

Great! This is now available from Guile Homebrew Tap:

$ brew tap aconchillo/guile
$ brew install guile-sqlite3

Aleix