Guile-SQLite3, salvaged from gitorious.org.

Martin Michel cb90951e72 Revert "chore: Use custom path for M4 macro" %!s(int64=5) %!d(string=hai) anos
build-aux cd03a677dd build: Use SRFI-64 for tests. %!s(int64=6) %!d(string=hai) anos
tests 4fea703b0d tests: Don't use (unspecified) sqlite-finalize return value. %!s(int64=6) %!d(string=hai) anos
.gitignore cd03a677dd build: Use SRFI-64 for tests. %!s(int64=6) %!d(string=hai) anos
AUTHORS 945038bb44 Update README and AUTHORS. %!s(int64=6) %!d(string=hai) anos
COPYING c1b506d7db initial import %!s(int64=14) %!d(string=hai) anos
COPYING.LESSER 3dd79b488c Add COPYING.LESSER. %!s(int64=6) %!d(string=hai) anos
ChangeLog c1b506d7db initial import %!s(int64=14) %!d(string=hai) anos
Makefile.am cb90951e72 Revert "chore: Use custom path for M4 macro" %!s(int64=5) %!d(string=hai) anos
NEWS c1b506d7db initial import %!s(int64=14) %!d(string=hai) anos
README 945038bb44 Update README and AUTHORS. %!s(int64=6) %!d(string=hai) anos
configure.ac cb90951e72 Revert "chore: Use custom path for M4 macro" %!s(int64=5) %!d(string=hai) anos
env.in c1b506d7db initial import %!s(int64=14) %!d(string=hai) anos
sqlite3.scm.in fe7088d441 feat: Add URI filename interpretation %!s(int64=5) %!d(string=hai) anos

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`