summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0ebaf9..0b03d5e 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,10 @@ for tags and key words.
 
 * Easy to set up and maintain 
 * Uses an in-memory cache to serve requests
-* Pushes to `LevelDB` at a configurable interval for data storage
-  * Back-ends for other databases currently in development
+* Pushes to a database at a configurable interval for persistent storage
+  * `leveldb (default)` 
+  * `sqlite3`
+* More database support is in development
 * Run directly facing the internet or behind `Caddy` / `nginx`
 
 A public instance is currently available:
/mu/commit/fork.mu?h=hlt&id=bc6436927640603675e2e700007f53c5ab213869'>bc643692 ^
8923d6f6 ^



1ead3562 ^
8923d6f6 ^
bc643692 ^
8923d6f6 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16