From 586ea804538b0894ec90a4abb91fa571cada56ef Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 4 Jun 2016 15:29:48 -0400 Subject: [PATCH] update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c49c9..bcbf15f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Eventually consistent external materialized views. +Also see these plugin libraries which allow you to use a views system +in a number of really great ways in your applications: + +* [views.sql](https://github.com/gered/views.sql) +* [views.honeysql](https://github.com/gered/views.honeysql) +* [views.reagent](https://github.com/gered/views.reagent) + ## Leiningen ```clj @@ -490,7 +497,7 @@ refresh worker threads have finished (they are sent interrupt signals when `shutdown!` is called). If for some reason you do not wish to block, you can pass an additional argument to `shutdown!`: -```clj` +```clj (views/shutdown! view-system true) ; don't block waiting for threads to terminate ```