diff --git a/contrib/sqlite/tuple-db.html b/contrib/sqlite/tuple-db.html index a3f9d22f83..f6f4b2e289 100644 --- a/contrib/sqlite/tuple-db.html +++ b/contrib/sqlite/tuple-db.html @@ -45,25 +45,17 @@ a bit in the near future. Its most notable omission is it cannot currently handle relationships between tuples. This feature is currently being worked on.

Loading

-

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
 

Basic Usage

This library can be used for storing simple Factor tuples in a