summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 17:29:28 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 17:29:28 +0200
commitb9a0010bb4fe327ae9361620f31cea955c597a4d (patch)
treeb68f56ddb0dc462183e2417acf993a0f71602a8c /README
parent2bff3ee6b41dc11e0bbaf9ef8a94a3bfce8b975c (diff)
downloadpgfuse-b9a0010bb4fe327ae9361620f31cea955c597a4d.tar.gz
pgfuse-b9a0010bb4fe327ae9361620f31cea955c597a4d.tar.bz2
started to prepare for multi-threaded version, logigng the pid/thread_id in verbose mode
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index d5dfe7b..4b9e367 100644
--- a/README
+++ b/README
@@ -30,6 +30,10 @@ mysqlfs:
The blueprint I used and got inspired from. Does exactly the same for
the MySQL database.
+libsqlfs:
+
+ The same for for storing files in a Sqlite database.
+
curlftpfs:
Blueprint for some debugging code.