Guile-SQLite3: Guile bindings to SQLite.
Danny Milosavljevic 5fa25ef908 Rename README to README.md. | 1 year ago | |
---|---|---|
build-aux | 5 years ago | |
tests | 4 years ago | |
.gitignore | 6 years ago | |
AUTHORS | 6 years ago | |
COPYING | 14 years ago | |
COPYING.LESSER | 6 years ago | |
ChangeLog | 14 years ago | |
Makefile.am | 6 years ago | |
NEWS | 14 years ago | |
README.md | 1 year ago | |
configure.ac | 5 years ago | |
env.in | 14 years ago | |
sqlite3.scm.in | 4 years ago |
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
At the moment there is only the source code.
To build guile-sqlite3 you need GNU Guile, Autoconf, Automake, pkg-config, and SQLite.
Then just do:
autoreconf -vfi
./configure
make
To run the test suite just do:
make check
When building from source, simply type:
make install
Guile-SQLite3 can also be installed through your favorite distribution:
guix package -i guile-sqlite3
sudo zypper install guile-sqlite3