worker tasks now share one db context, rather than one per task
[websub-hub] / README.md
index 32ca1bb949856717bb4e5a1e1b69b441d3800738..c7e805a64faf856245c3896ce23ffcdf188729cb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ This implementation is built atop an in-house API framework, for Reasons.  It wo
     - schema-version-helper.js - schema migrations aide
     - postgres/
       - index.js - PostgreSQL implementation
+      - listener.js - notify/listen connection to support topic content caching
       - sql/ - statements and schemas
     - sqlite/
       - index.js - SQLite implementation