From a892d981acda78ba698daca366f11452e4075018 Mon Sep 17 00:00:00 2001
From: "chris.double"
The Factor image must have been bootstrapped with the -sqlite shared library name provided. This can be done with the -following command:
--./f boot.image.le32 -libraries:sqlite:name=libsqlite3.so -
The quickest way to get up and running with this library is to -change to the 'sqlite' directory and run Factor. Then execute the -following commands:
+load it as a module:-"sqlite.factor" run-file -"tuple-db.factor" run-file +"sqlite" require USE: sqlite USE: tuple-db
Some simple tests can be run to check that everything is working ok:
-"tuple-db-tests.factor" run-file +"sqlite" test-module
This library can be used for storing simple Factor tuples in a