diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-08 03:23:40 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-08 03:23:40 -0400 |
commit | b0072c46e17555ba9cc20231ac0773c0f6819479 (patch) | |
tree | edaa214b1df457857c58164460724079ed130e20 | |
parent | 35f9a625151c359eda564cce07bd0507ab8be5f0 (diff) | |
download | getwtxt-b0072c46e17555ba9cc20231ac0773c0f6819479.tar.gz |
updated readme v0.3.0
-rw-r--r-- | README.md | 6 |
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: |