Guile-SQLite3: Guile bindings to SQLite.

Caleb Ristvedt c59db66f9a Reset statement when sqlite-finalize is called on cached statement il y a 4 ans
build-aux ff7106bced build: Fix cross-compilation. il y a 5 ans
tests 658d003ba0 Add test for blob select bug; fix bug. il y a 5 ans
.gitignore cd03a677dd build: Use SRFI-64 for tests. il y a 6 ans
AUTHORS 945038bb44 Update README and AUTHORS. il y a 6 ans
COPYING c1b506d7db initial import il y a 14 ans
COPYING.LESSER 3dd79b488c Add COPYING.LESSER. il y a 6 ans
ChangeLog c1b506d7db initial import il y a 14 ans
Makefile.am 3dd79b488c Add COPYING.LESSER. il y a 6 ans
NEWS c1b506d7db initial import il y a 14 ans
README 945038bb44 Update README and AUTHORS. il y a 6 ans
configure.ac ff7106bced build: Fix cross-compilation. il y a 5 ans
env.in c1b506d7db initial import il y a 14 ans
sqlite3.scm.in c59db66f9a Reset statement when sqlite-finalize is called on cached statement il y a 4 ans

README

# Guile-SQLite3

This is Guile-SQLite3, Guile bindings for the
[SQLite3](https://sqlite.org) database engine. The repository is at
[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 GNU Guile, Autoconf, Automake,
pkg-config, and SQLite.

Then just do:

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

## Testing

To run the test suite just do:

```bash
make check
```

## Installing

When building from source, simply type:

```bash
make install
```

Guile-SQLite3 can also be installed through your favorite distribution:

### GNU Guix

`guix package -i guile-sqlite3`

### openSUSE

`sudo zypper install guile-sqlite3`