[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-dbi from guix not working
From: |
Arun Isaac |
Subject: |
Re: guile-dbi from guix not working |
Date: |
Thu, 26 May 2022 00:48:48 +0530 |
Hi Zelphir,
> ~~~~
> (specifications->manifest
> '("guile@3.0.8"
> "guile-dbi"))
> ~~~~
I think you missed guile-dbd-sqlite3 in the manifest above. With
guile-dbd-sqlite3 added, it works for me. Here are my results.
--8<---------------cut here---------------start------------->8---
#<guile-dbi open sqlite3 database (0 . db connected)>
#<guile-dbi open sqlite3 database (1 . table hellotable already exists)>
#<guile-dbi open sqlite3 database (0 . query ok)>
#<guile-dbi open sqlite3 database (0 . query ok)>
(("id" . 33) ("name" . "ola"))
(("id" . 34) ("name" . "dzien dobre"))
(("id" . 44) ("name" . "annyong haseyo"))
(("id" . 33) ("name" . "ola"))
#<guile-dbi close sqlite3 database (0 . dbi closed)>
--8<---------------cut here---------------end--------------->8---
Hope that helps!
Arun
- guile-dbi from guix not working, Zelphir Kaltstahl, 2022/05/07
- Re: guile-dbi from guix not working, Luis Felipe, 2022/05/07
- Re: guile-dbi from guix not working,
Arun Isaac <=
- Re: guile-dbi from guix not working, Zelphir Kaltstahl, 2022/05/28
- Re: guile-dbi from guix not working, Arun Isaac, 2022/05/29
- non-input dependencies Was: guile-dbi from guix not working, raingloom, 2022/05/29
- Re: non-input dependencies Was: guile-dbi from guix not working, Zelphir Kaltstahl, 2022/05/29
- Re: non-input dependencies Was: guile-dbi from guix not working, raingloom, 2022/05/29
- Re: non-input dependencies Was: guile-dbi from guix not working, Arun Isaac, 2022/05/30