Guile-SQLite3: Guile bindings to SQLite.

Danny Milosavljevic 5fa25ef908 Rename README to README.md. před 1 rokem
build-aux ff7106bced build: Fix cross-compilation. před 5 roky
tests 9405dda613 Add trace support. před 4 roky
.gitignore cd03a677dd build: Use SRFI-64 for tests. před 7 roky
AUTHORS 945038bb44 Update README and AUTHORS. před 7 roky
COPYING c1b506d7db initial import před 14 roky
COPYING.LESSER 3dd79b488c Add COPYING.LESSER. před 7 roky
ChangeLog c1b506d7db initial import před 14 roky
Makefile.am 3dd79b488c Add COPYING.LESSER. před 7 roky
NEWS c1b506d7db initial import před 14 roky
README.md 5fa25ef908 Rename README to README.md. před 1 rokem
configure.ac ff7106bced build: Fix cross-compilation. před 5 roky
env.in c1b506d7db initial import před 14 roky
sqlite3.scm.in 9405dda613 Add trace support. před 4 roky

README.md

Guile-SQLite3

This is Guile-SQLite3, Guile bindings for the SQLite3 database engine. The repository is at notabug.org:

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:

autoreconf -vfi
./configure
make

Testing

To run the test suite just do:

make check

Installing

When building from source, simply type:

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