Guile-SQLite3: Guile bindings to SQLite.
|
před 1 rokem | |
---|---|---|
build-aux | před 5 roky | |
tests | před 4 roky | |
.gitignore | před 7 roky | |
AUTHORS | před 7 roky | |
COPYING | před 14 roky | |
COPYING.LESSER | před 7 roky | |
ChangeLog | před 14 roky | |
Makefile.am | před 7 roky | |
NEWS | před 14 roky | |
README.md | před 1 rokem | |
configure.ac | před 5 roky | |
env.in | před 14 roky | |
sqlite3.scm.in | před 4 roky |
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