From a892d981acda78ba698daca366f11452e4075018 Mon Sep 17 00:00:00 2001 From: "chris.double" Date: Thu, 3 Aug 2006 02:49:46 +0000 Subject: [PATCH] update sqlite docs --- contrib/sqlite/tuple-db.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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