Discussion:
Guile-SQLite3 0.1.0 released
Ludovic Courtès
2018-06-27 07:59:31 UTC
Permalink
I’m pleased to announce Guile-SQLite3 version 0.1.0:

git clone https://notabug.org/civodul/guile-sqlite3.git
cd guile-sqlite3
git checkout v0.1.0
git tag -v v0.1.0

The ‘git tag -v’ command checks the authenticity of your checkout.
You may need to retrieve the signing key first:

gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

Guile-SQLite3 provides Guile 2.x bindings to the SQLite database engine.
It was originally written by Andy Wingo, with contributions from several
people.

If you’re interested in Guile-SQLite3 and would like to become its
maintainer, or if you’d simply like to contribute, let’s talk! :-)

Ludo’.
Danny Milosavljevic
2018-11-02 13:08:23 UTC
Permalink
Hi Ludo,
Post by Ludovic Courtès
If you’re interested in Guile-SQLite3 and would like to become its
maintainer,
Yep, now yes :)
Ludovic Courtès
2018-11-05 10:07:38 UTC
Permalink
Hi Danny!
Post by Danny Milosavljevic
Hi Ludo,
If you’re interested in Guile-SQLite3 and would like to become its
maintainer,
Yep, now yes :)
Excellent!

I’ve moved the repo to <https://notabug.org/guile-sqlite3/guile-sqlite3>
(the downside is that <https://notabug.org/civodul/guile-sqlite3>
doesn’t redirect there, contrary to what I was expecting. :-/)

Anyway, you can consider yourself a maintainer now! :-)

I’m happy to provide feedback about the API as needed, to make sure it
works for us in the context of Guix and Cuirass.

Thanks!

Ludo’.

Loading...