From 2aa903693a73a0dc7925df40b02d559f94186ca1 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 18 Dec 2023 17:19:03 -0500 Subject: [PATCH] readme: update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ef8e15..2100ff8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # plmustache -Logic-less templates for Postgres. Tested on Postgres 12, 13, 14, 15, 16. +A PostgreSQL extension that provides a language handler for [Mustache](https://mustache.github.io/) templates in Postgres. ## Roadmap -- [x] interpolation +- [x] variable interpolation - [x] sections - [x] bools - [ ] arrays @@ -93,6 +93,8 @@ Install https://gitlab.com/jobol/mustach, then on this repo: $ make && make install ``` +Tested on Postgres 12, 13, 14, 15, 16. + ## Development For testing on your local database: