Guile-SQLite3, salvaged from gitorious.org.

Jonathan Brielmaier 3a5ccc4545 Add README file. 5 years ago
build-aux 77a6b95a25 Guile 2.2 compatible build 9 years ago
tests b87302f9bc Add 'sqlite-exec'. 5 years ago
.gitignore c1b506d7db initial import 13 years ago
AUTHORS c1b506d7db initial import 13 years ago
COPYING c1b506d7db initial import 13 years ago
ChangeLog c1b506d7db initial import 13 years ago
Makefile.am e337661072 build: Adjust test machinery to current Automake. 6 years ago
NEWS c1b506d7db initial import 13 years ago
README 3a5ccc4545 Add README file. 5 years ago
acinclude.m4 77a6b95a25 Guile 2.2 compatible build 9 years ago
configure.ac 77a6b95a25 Guile 2.2 compatible build 9 years ago
env.in c1b506d7db initial import 13 years ago
sqlite3.scm b87302f9bc Add 'sqlite-exec'. 5 years ago

README

# guile-sqlite3

This is the repository of guile bindings for sqlite3
@ [notabug.org](https://notabug.org/civodul/guile-sqlite3):

```bash
git clone https://notabug.org/civodul/guile-sqlite3.git
```

## Documentation

At the moment there is only the source code.

## Building

To build guile-sqlite3 you need `guile` and `autotools`.

Then just do:

```bash
autoreconf -vfi
./configure
make
```

## Testing

To run the test suite just do:

```bash
make check
```

Eventually you have to point `LD_LIBRARY_PATH` to the directory of the `libsqlite3.so` file.

## Installing

### Guix

`guix package -i guile-sqlite3`

### openSUSE

`sudo zypper install guile-sqlite3`