summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-03-03 19:08:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-03-03 19:08:50 +0100
commite4977f20d37e86f4154f7ef0cd825e80f027e64e (patch)
treef09e38040ebe110a8652bda6fdeee7537367dd16
parent5ce5a046d4d72858a0929465c36ec11ca80b5593 (diff)
downloadpgfuse-e4977f20d37e86f4154f7ef0cd825e80f027e64e.tar.gz
pgfuse-e4977f20d37e86f4154f7ef0cd825e80f027e64e.tar.bz2
added postgresqlfs and armos-pg to README
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 59a900b..8a411c6 100644
--- a/README
+++ b/README
@@ -28,6 +28,11 @@ available model.
## Other projects
+### postgresqlfs
+
+Found it just now: https://github.com/petere/postgresqlfs, a much older
+project than mine.
+
### Pgfs:
Stores a filesystem in Postgres, exposes it as a NFS server, rather old
@@ -48,6 +53,13 @@ The same for storing files in a Sqlite database.
Blueprint for some debugging code.
+### armos-pg
+
+This is a copy of my code inside another project, no clue
+what it is used for there: https://github.com/armos-pg/pgfuse/.
+Anyway, this is _not_ the original source code and I will not
+push bugfixes or improvements there.
+
## References
- http://www.postgresql.org/docs/