From 815389b58f062bbf8eba74602172561b7a374142 Mon Sep 17 00:00:00 2001 From: Dave Della Costa Date: Sun, 10 Jul 2016 14:43:18 -0400 Subject: [PATCH] add link to PostgreSQL extension lib, bump copyright year --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d8f783..b96a80a 100644 --- a/README.md +++ b/README.md @@ -353,8 +353,12 @@ If you do implement a clause or function handler, consider submitting a pull req * Create table, etc. +## Extensions + +* [For PostgreSQL-specific extensions falling outside of ANSI SQL](https://github.com/nilenso/honeysql-postgres) + ## License -Copyright © 2012 Justin Kramer +Copyright © 2012-2016 Justin Kramer Distributed under the Eclipse Public License, the same as Clojure.